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

ARM: zynq: Do not define address/size-cells for nand-controller

There is no reason to define address/size-cells without defining child
nodes in zynq-7000.dtsi. Define it in board file instead.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7a3b9eb256b90ea19d35f8bbe3fd311890767974.1736233292.git.michal.simek@amd.com

+2 -2
-2
arch/arm/boot/dts/xilinx/zynq-7000.dtsi
··· 303 303 compatible = "arm,pl353-nand-r2p1"; 304 304 reg = <0 0 0x1000000>; 305 305 status = "disabled"; 306 - #address-cells = <1>; 307 - #size-cells = <0>; 308 306 }; 309 307 nor0: flash@1,0 { 310 308 status = "disabled";
+2
arch/arm/boot/dts/xilinx/zynq-ebaz4205.dts
··· 51 51 &nfc0 { 52 52 status = "okay"; 53 53 54 + #address-cells = <1>; 55 + #size-cells = <0>; 54 56 nand@0 { 55 57 reg = <0>; 56 58 };