Unverified Commit 612625bb authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent c9d10c3e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -133,8 +133,6 @@
	status = "okay";

	nand@0 {
		#address-cells = <2>;
		#size-cells = <2>;
		reg = <0>;
		allwinner,rb = <0>;
		nand-ecc-mode = "hw";
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@

	/* 2Gb Macronix MX30LF2G18AC (3V) */
	nand@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0>;
		allwinner,rb = <0>;
		nand-ecc-mode = "hw";