forked from Ivasoft/openwrt
lantiq: dts: fix size cells
SPI nodes only need an address and no size. Drop the size everywhere. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
interrupt-names = "spi_rx", "spi_tx", "spi_err",
|
||||
"spi_frm";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user