ARM: dts: mmp2: Add #power-domain-cells to /clocks
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 18 Jul 2020 20:50:09 +0000 (22:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 22 Jul 2020 20:04:59 +0000 (22:04 +0200)
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>
arch/arm/boot/dts/mmp2.dtsi

index 4306f3a6742bfa730ffd9f04d6fa15e4715f4a76..9b8a156cf73e5fcab709c33b5f294108b26bc2ab 100644 (file)
                        reg-names = "mpmu", "apmu", "apbc";
                        #clock-cells = <1>;
                        #reset-cells = <1>;
+                       #power-domain-cells = <1>;
                };
        };
 };