summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-07-18 22:50:09 +0200
committerArnd Bergmann <arnd@arndb.de>2020-07-22 22:04:59 +0200
commit1267340fe51c15dcc22d2f11d1c69f97c5e2f878 (patch)
treee6540b666b4f27837a8cc44d09868e75f37cb69d
parentARM: dts: mmp2-olpc-xo-1-75: Delete #address-cells from ssp3 (diff)
downloadlinux-1267340fe51c15dcc22d2f11d1c69f97c5e2f878.tar.xz
linux-1267340fe51c15dcc22d2f11d1c69f97c5e2f878.zip
ARM: dts: mmp2: Add #power-domain-cells to /clocks
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. Link: https://lore.kernel.org/r/20200718205019.184927-4-lkundrak@v3.sk Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/boot/dts/mmp2.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
index 4306f3a6742b..9b8a156cf73e 100644
--- a/arch/arm/boot/dts/mmp2.dtsi
+++ b/arch/arm/boot/dts/mmp2.dtsi
@@ -421,6 +421,7 @@
reg-names = "mpmu", "apmu", "apbc";
#clock-cells = <1>;
#reset-cells = <1>;
+ #power-domain-cells = <1>;
};
};
};