diff mbox series

[RFC,6/7] ARM: dts: mmp2: Add #power-domain-cells to /clocks

Message ID 20190509211911.17998-7-lkundrak@v3.sk (mailing list archive)
State RFC, archived
Headers show
Series [RFC,1/7] dt-bindings: clock: make marvell,mmp2 a power controller | expand

Commit Message

Lubomir Rintel May 9, 2019, 9:19 p.m. UTC
The power management unit, described by the soc_clocks node, controls the
power to the peripherals by the means of power domains with a single
cell -- the domain number.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2.dtsi | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
index f02fb97f515c..8ad3e6673e1f 100644
--- a/arch/arm/boot/dts/mmp2.dtsi
+++ b/arch/arm/boot/dts/mmp2.dtsi
@@ -390,6 +390,7 @@ 
 			reg-names = "mpmu", "apmu", "apbc";
 			#clock-cells = <1>;
 			#reset-cells = <1>;
+			#power-domain-cells = <1>;
 		};
 	};
 };