Skip to content

Commit

Permalink
ARM: dts: r9a06g032: Add missing '#power-domain-cells'
Browse files Browse the repository at this point in the history
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: Herve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/20220422120850.769480-6-herve.codina@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
Herve Codina authored and Geert Uytterhoeven committed Apr 28, 2022
1 parent aa70cbd commit ed66b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/r9a06g032.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
reg = <0x4000c000 0x1000>;
status = "okay";
#clock-cells = <1>;
#power-domain-cells = <0>;

clocks = <&ext_mclk>, <&ext_rtc_clk>,
<&ext_jtag_clk>, <&ext_rgmii_ref>;
Expand Down

0 comments on commit ed66b37

Please sign in to comment.