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:
@@ -126,7 +126,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <1 0>;
|
||||
reg = <1>;
|
||||
spi-max-frequency = <5000000>;
|
||||
|
||||
partitions {
|
||||
|
||||
Reference in New Issue
Block a user