lantiq: dts: fix size cells
authorMathias Kresin <dev@kresin.me>
Sun, 27 Jan 2019 12:42:51 +0000 (13:42 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Jul 2019 09:17:27 +0000 (11:17 +0200)
SPI nodes only need an address and no size. Drop the size everywhere.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/files/arch/mips/boot/dts/DGN1000B.dts
target/linux/lantiq/files/arch/mips/boot/dts/DGN3500.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/DM200.dts
target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/TDW89X0.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/VR200.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/WBMR300.dts
target/linux/lantiq/files/arch/mips/boot/dts/amazonse.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/ar9.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi

index 8b7e9c1c128968f2157ccd007abbf3ee836e0c7d..b6c8413c51e9fae3b7bc49dfe9867e5d7650923f 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <1 0>;
+               reg = <1>;
                spi-max-frequency = <5000000>;
 
                partitions {
index 538d995f4ccd263dd81de7fb8e7af02465db2cd4..b2ebfc547c0f0fb35b05a7af2847cd7d3ac0fd14 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <20000000>;
 
                partitions {
index 6546d396a6b680be80bec2b1eceee527f3cc7bff..5a2b39a5355e10dedc6665e297f5ba277ec67988 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <10000000>;
 
                partitions {
index 691e2737dd53d84ed95b40e68413a7eb46bec0d0..d676b596941fe34c2833db9a305a80c44588244c 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <1000000>;
 
                partitions {
index 72e39d742cae3e4b7267d1512949394e250e0472..aba0d2c81e747733d4f8b2d81d11525b3556600d 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <1000000>;
 
                urlader: partition@0 {
index 19c10b2b9003d46deff7b6621f69827ad5f861f4..d943e1a380679b2ab52152d9e37bfe50396e1359 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <33250000>;
                m25p,fast-read;
 
index 2133f333a64e7d0b94f468091918f808682f4a07..2bfc767f466344f764dc2b45b399d46b5369b67b 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <33250000>;
                m25p,fast-read;
 
index bcee35fe9741b0819905cdcd94f38f89f0ae721a..77e105d6a736aae857f4ae7bc2bd626c02449384 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <4 0>;
+               reg = <4>;
                spi-max-frequency = <20000000>;
 
                partition@0 {
index 53901753b996791bfdac341ece0149f77f87c85f..8bea97bcb8f581858a7e936efb20cb0266fdb353 100644 (file)
                        interrupt-names = "spi_rx", "spi_tx", "spi_err",
                                        "spi_frm";
                        #address-cells = <1>;
-                       #size-cells = <1>;
+                       #size-cells = <0>;
                        status = "disabled";
                };
 
index bb2b636452d893c392eb87d00d0a88f9ab07ef80..aac5eeadf6969c63df1b5da2a8e313c566df611c 100644 (file)
                        interrupt-names = "spi_rx", "spi_tx", "spi_err",
                                        "spi_frm";
                        #address-cells = <1>;
-                       #size-cells = <1>;
+                       #size-cells = <0>;
                        status = "disabled";
                };
 
index 7867bcc88b31d2b8e41383247f88dac361b2e167..aa719b5026c6f5619bc4357d13382f97b03d50b5 100644 (file)
                        interrupt-names = "spi_rx", "spi_tx", "spi_err",
                                        "spi_frm";
                        #address-cells = <1>;
-                       #size-cells = <1>;
+                       #size-cells = <0>;
                        status = "disabled";
                };