Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ properties:
- description: MPM pin number
- description: GIC SPI number for the MPM pin

'#power-domain-cells':
const: 0
power-domains:
maxItems: 1

required:
- compatible
Expand Down Expand Up @@ -113,6 +113,6 @@ examples:
<24 79>,
<86 183>,
<91 260>;
#power-domain-cells = <0>;
power-domains = <&cluster_pd>;
};
};
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/qcom/qcm2290.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@

cluster_pd: power-domain-cpu-cluster {
#power-domain-cells = <0>;
power-domains = <&mpm>;
domain-idle-states = <&cluster_sleep>;
};
};
Expand Down Expand Up @@ -278,7 +277,6 @@
mboxes = <&apcs_glb 1>;
interrupt-controller;
#interrupt-cells = <2>;
#power-domain-cells = <0>;
interrupt-parent = <&intc>;
qcom,mpm-pin-count = <96>;
qcom,mpm-pin-map = <2 275>, /* TSENS0 uplow */
Expand Down
Loading