Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: r9a06g032: Fix the NAND controller node

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>

authored by

Miquel Raynal and committed by
Geert Uytterhoeven
d5379f9c f691d4b6

+1
+1
arch/arm/boot/dts/r9a06g032.dtsi
··· 216 216 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>; 217 217 clocks = <&sysctrl R9A06G032_HCLK_NAND>, <&sysctrl R9A06G032_CLK_NAND>; 218 218 clock-names = "hclk", "eclk"; 219 + power-domains = <&sysctrl>; 219 220 #address-cells = <1>; 220 221 #size-cells = <0>; 221 222 status = "disabled";