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:
Родитель
c9d10c3e0e
Коммит
612625bb96
|
@ -133,8 +133,6 @@
|
|||
status = "okay";
|
||||
|
||||
nand@0 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
reg = <0>;
|
||||
allwinner,rb = <0>;
|
||||
nand-ecc-mode = "hw";
|
||||
|
|
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче