Commit c0a2755a authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Rob Herring

dt-bindings: interrupt-controller: Allow #power-domain-cells

MPM provides a single genpd. Allow #power-domain-cells = <0>.

Fixes: 54fc9851 ("dt-bindings: interrupt-controller: Add Qualcomm MPM support")
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231129-topic-mpmbindingspd-v2-1-acbe909ceee1@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent d7997278
...@@ -62,6 +62,9 @@ properties: ...@@ -62,6 +62,9 @@ properties:
- description: MPM pin number - description: MPM pin number
- description: GIC SPI number for the MPM pin - description: GIC SPI number for the MPM pin
'#power-domain-cells':
const: 0
required: required:
- compatible - compatible
- reg - reg
...@@ -93,4 +96,5 @@ examples: ...@@ -93,4 +96,5 @@ examples:
<86 183>, <86 183>,
<90 260>, <90 260>,
<91 260>; <91 260>;
#power-domain-cells = <0>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment