ARM: dts: r9a06g032: Fix the NAND controller node
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 29 Apr 2022 10:52:28 +0000 (12:52 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 6 May 2022 09:09:33 +0000 (11:09 +0200)
Add the missing power-domains property which is mandatory.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20220429105229.368728-3-miquel.raynal@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r9a06g032.dtsi

index 6b6944b943f8888744647bc38d46ea551f4bce95..50fc2e04877e71555e250741ee9d851e466aced1 100644 (file)
                        interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&sysctrl R9A06G032_HCLK_NAND>, <&sysctrl R9A06G032_CLK_NAND>;
                        clock-names = "hclk", "eclk";
+                       power-domains = <&sysctrl>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";