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

ARM: dts: sunxi: Remove useless address and size cells

The NAND chips in our DTs have address and size cells, even though they
don't have any child nodes. Remove them.

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

-4
-2
arch/arm/boot/dts/sun5i-gr8-chip-pro.dts
··· 133 133 status = "okay"; 134 134 135 135 nand@0 { 136 - #address-cells = <2>; 137 - #size-cells = <2>; 138 136 reg = <0>; 139 137 allwinner,rb = <0>; 140 138 nand-ecc-mode = "hw";
-2
arch/arm/boot/dts/sun8i-r16-nintendo-nes-classic.dts
··· 34 34 35 35 /* 2Gb Macronix MX30LF2G18AC (3V) */ 36 36 nand@0 { 37 - #address-cells = <1>; 38 - #size-cells = <1>; 39 37 reg = <0>; 40 38 allwinner,rb = <0>; 41 39 nand-ecc-mode = "hw";