Commit d5379f9c authored by Miquel Raynal's avatar Miquel Raynal Committed by Geert Uytterhoeven

ARM: dts: r9a06g032: Fix the NAND controller node

Add the missing power-domains property which is mandatory.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20220429105229.368728-3-miquel.raynal@bootlin.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent f691d4b6
......@@ -216,6 +216,7 @@ nand_controller: nand-controller@40102000 {
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";
......
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