Skip to content

Commit c0a2755

Browse files
konradybciorobherring
authored andcommitted
dt-bindings: interrupt-controller: Allow #power-domain-cells
MPM provides a single genpd. Allow #power-domain-cells = <0>. Fixes: 54fc985 ("dt-bindings: interrupt-controller: Add Qualcomm MPM support") Acked-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231129-topic-mpmbindingspd-v2-1-acbe909ceee1@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d799727 commit c0a2755

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/interrupt-controller

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ properties:
6262
- description: MPM pin number
6363
- description: GIC SPI number for the MPM pin
6464

65+
'#power-domain-cells':
66+
const: 0
67+
6568
required:
6669
- compatible
6770
- reg
@@ -93,4 +96,5 @@ examples:
9396
<86 183>,
9497
<90 260>,
9598
<91 260>;
99+
#power-domain-cells = <0>;
96100
};

0 commit comments

Comments
 (0)