Commit ed66b37f authored by Herve Codina's avatar Herve Codina Committed by Geert Uytterhoeven

ARM: dts: r9a06g032: Add missing '#power-domain-cells'

Without '#power-domain-cells' property, power-domains cannot
be used. This property is noted required in the device-tree
binding.

Add '#power-domain-cells' as needed.
Signed-off-by: default avatarHerve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/20220422120850.769480-6-herve.codina@bootlin.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent aa70cbda
......@@ -87,6 +87,7 @@ sysctrl: system-controller@4000c000 {
reg = <0x4000c000 0x1000>;
status = "okay";
#clock-cells = <1>;
#power-domain-cells = <0>;
clocks = <&ext_mclk>, <&ext_rtc_clk>,
<&ext_jtag_clk>, <&ext_rgmii_ref>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment