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>
This commit is contained in:
Maxime Ripard 2019-04-01 23:13:56 +02:00
parent c9d10c3e0e
commit 612625bb96
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
2 changed files with 0 additions and 4 deletions

View File

@ -133,8 +133,6 @@
status = "okay";
nand@0 {
#address-cells = <2>;
#size-cells = <2>;
reg = <0>;
allwinner,rb = <0>;
nand-ecc-mode = "hw";

View File

@ -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";