MIPS: dts: align SPI NOR node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 7 Apr 2022 14:33:28 +0000 (16:33 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 26 Apr 2022 13:07:44 +0000 (15:07 +0200)
The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/brcm/bcm97358svmb.dts
arch/mips/boot/dts/brcm/bcm97360svmb.dts
arch/mips/boot/dts/brcm/bcm97425svmb.dts
arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts
arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts
arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts

index 522f2c4..c17fc14 100644 (file)
@@ -78,7 +78,7 @@
 &qspi {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "m25p80";
                reg = <0>;
                spi-max-frequency = <40000000>;
index 01f215b..c9b76f4 100644 (file)
@@ -81,7 +81,7 @@
 &qspi {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "m25p80";
                reg = <0>;
                spi-max-frequency = <40000000>;
index f389349..289a57b 100644 (file)
 &qspi {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "m25p80";
                reg = <0>;
                spi-max-frequency = <40000000>;
index 6069b33..826e91b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinmux_spi_spi>, <&pinmux_spi_cs1_cs>;
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <40000000>;
index 5892bcf..db961d6 100644 (file)
@@ -60,7 +60,7 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
index a7fce8d..224383a 100644 (file)
@@ -44,7 +44,7 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";