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:
@@ -147,7 +147,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <33250000>;
|
||||
m25p,fast-read;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user