diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-02-14 10:27:12 +0100 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2023-02-23 14:47:12 -0600 |
commit | c31508c56618aaa52fa3503e9f061df8bf728df7 (patch) | |
tree | 19500bad664e2da191732b6bbe0360d7c5b688e4 /Documentation/devicetree/bindings/mailbox | |
parent | 3a87af1c7d766fda6cbf2e12f063be167d93f1b1 (diff) | |
download | lwn-c31508c56618aaa52fa3503e9f061df8bf728df7.tar.gz lwn-c31508c56618aaa52fa3503e9f061df8bf728df7.zip |
dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform
Add a compatible for the ipcc on sa8775p platforms.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mailbox')
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml index f5c73437fef4..de56640cecca 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml @@ -24,6 +24,7 @@ properties: compatible: items: - enum: + - qcom,sa8775p-ipcc - qcom,sc7280-ipcc - qcom,sc8280xp-ipcc - qcom,sm6350-ipcc |