mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
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:
parent
35e45b742d
commit
e55827b7a5
@ -126,7 +126,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <1 0>;
|
||||
reg = <1>;
|
||||
spi-max-frequency = <5000000>;
|
||||
|
||||
partitions {
|
||||
|
@ -172,7 +172,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <20000000>;
|
||||
|
||||
partitions {
|
||||
|
@ -158,7 +158,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <10000000>;
|
||||
|
||||
partitions {
|
||||
|
@ -252,7 +252,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <1000000>;
|
||||
|
||||
partitions {
|
||||
|
@ -264,7 +264,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <1000000>;
|
||||
|
||||
urlader: partition@0 {
|
||||
|
@ -245,7 +245,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <33250000>;
|
||||
m25p,fast-read;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -267,7 +267,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <4 0>;
|
||||
reg = <4>;
|
||||
spi-max-frequency = <20000000>;
|
||||
|
||||
partition@0 {
|
||||
|
@ -130,7 +130,7 @@
|
||||
interrupt-names = "spi_rx", "spi_tx", "spi_err",
|
||||
"spi_frm";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
@ -199,7 +199,7 @@
|
||||
interrupt-names = "spi_rx", "spi_tx", "spi_err",
|
||||
"spi_frm";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user