Skip to content

Commit a1c86ca

Browse files
Bartosz Golaszewskirobherring
authored andcommitted
dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
Add a compatible for the Power Domain Controller on SA8775p platforms. Increase the number of PDC pin mappings. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230417094635.302344-1-brgl@bgdev.pl Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 5c89982 commit a1c86ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Documentation/devicetree/bindings/interrupt-controller

Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
compatible:
2727
items:
2828
- enum:
29+
- qcom,sa8775p-pdc
2930
- qcom,sc7180-pdc
3031
- qcom,sc7280-pdc
3132
- qcom,sc8280xp-pdc
@@ -53,7 +54,7 @@ properties:
5354
qcom,pdc-ranges:
5455
$ref: /schemas/types.yaml#/definitions/uint32-matrix
5556
minItems: 1
56-
maxItems: 32 # no hard limit
57+
maxItems: 128 # no hard limit
5758
items:
5859
items:
5960
- description: starting PDC port

0 commit comments

Comments
 (0)