diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-04-16 12:28:31 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-04-19 01:46:20 +0200 |
commit | 6416a6ec1acbccd4191c62a57a85ef55056e69ca (patch) | |
tree | 71d668abf9afe7a8dee297d6c0b67c2c7996b567 /Documentation/devicetree | |
parent | dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p (diff) | |
download | linux-6416a6ec1acbccd4191c62a57a85ef55056e69ca.tar.xz linux-6416a6ec1acbccd4191c62a57a85ef55056e69ca.zip |
dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc
Add QDU1000 PDC, already used in upstreamed DTS.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230416102831.105136-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml index 2f097f282715..a106ba6e810b 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -26,6 +26,7 @@ properties: compatible: items: - enum: + - qcom,qdu1000-pdc - qcom,sa8775p-pdc - qcom,sc7180-pdc - qcom,sc7280-pdc |