diff options
author | Jingyi Wang <quic_jingyw@quicinc.com> | 2024-09-11 09:25:15 +0200 |
---|---|---|
committer | Jassi Brar <jassisinghbrar@gmail.com> | 2024-09-23 02:19:17 +0200 |
commit | 5232544ea368b54b517dc504308c9e62bc6e87eb (patch) | |
tree | bd706eb355e52d62941e3a0d2c9709ae9f65df5c /Documentation/devicetree | |
parent | dt-bindings: mailbox: qcom-ipcc: document the support for SA8255p (diff) | |
download | linux-5232544ea368b54b517dc504308c9e62bc6e87eb.tar.xz linux-5232544ea368b54b517dc504308c9e62bc6e87eb.zip |
dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC
Document the Inter-Processor Communication Controller on the Qualcomm
QCS8300 Platform, which will be used to route interrupts across various
subsystems found on the SoC.
Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-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 bc108b8db9f4..2d66770ed361 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,qcs8300-ipcc - qcom,qdu1000-ipcc - qcom,sa8255p-ipcc - qcom,sa8775p-ipcc |