Skip to content

Commit 72907de

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
arm64: dts: meson: fix S4 power-controller node
The power-controller module works well by adding its parent node secure-monitor. Fixes: 085f7a2 ("arm64: dts: add support for S4 power domain controller") Signed-off-by: Xianwei Zhao <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent fde2d69 commit 72907de

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

arch/arm64/boot/dts/amlogic/meson-s4.dtsi

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,15 @@
6565
#clock-cells = <0>;
6666
};
6767

68-
pwrc: power-controller {
69-
compatible = "amlogic,meson-s4-pwrc";
70-
#power-domain-cells = <1>;
71-
status = "okay";
68+
firmware {
69+
sm: secure-monitor {
70+
compatible = "amlogic,meson-gxbb-sm";
71+
72+
pwrc: power-controller {
73+
compatible = "amlogic,meson-s4-pwrc";
74+
#power-domain-cells = <1>;
75+
};
76+
};
7277
};
7378

7479
soc {

0 commit comments

Comments
 (0)