OSDN Git Service

ARM: dts: Fix up MMC host node names
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Jan 2021 20:17:45 +0000 (21:17 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Jan 2021 20:45:43 +0000 (21:45 +0100)
The standard mandates that these nodes be named
mmc@... not sdi_foo@...

Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi
arch/arm/boot/dts/ste-href.dtsi
arch/arm/boot/dts/ste-hrefprev60.dtsi
arch/arm/boot/dts/ste-hrefv60plus.dtsi
arch/arm/boot/dts/ste-snowball.dts
arch/arm/boot/dts/ste-ux500-samsung-golden.dts
arch/arm/boot/dts/ste-ux500-samsung-janice.dts
arch/arm/boot/dts/ste-ux500-samsung-skomer.dts

index 404b9c4..68607e4 100644 (file)
                        status = "disabled";
                };
 
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x80126000 0x1000>;
                        interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               sdi1_per2@80118000 {
+               mmc@80118000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x80118000 0x1000>;
                        interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               sdi2_per3@80005000 {
+               mmc@80005000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x80005000 0x1000>;
                        interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               sdi3_per2@80119000 {
+               mmc@80119000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x80119000 0x1000>;
                        interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               sdi4_per2@80114000 {
+               mmc@80114000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x80114000 0x1000>;
                        interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               sdi5_per3@80008000 {
+               mmc@80008000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x80008000 0x1000>;
                        interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
index 8c03124..83b1796 100644 (file)
                };
 
                // External Micro SD slot
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <4>;
                };
 
                // WLAN SDIO channel
-               sdi1_per2@80118000 {
+               mmc@80118000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <4>;
                };
 
                // PoP:ed eMMC
-               sdi2_per3@80005000 {
+               mmc@80005000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <8>;
                };
 
                // On-board eMMC
-               sdi4_per2@80114000 {
+               mmc@80114000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <8>;
index 931998d..29b67ab 100644 (file)
@@ -61,7 +61,7 @@
                };
 
                // External Micro SD slot
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        cd-gpios  = <&tc3589x_gpio 3 GPIO_ACTIVE_HIGH>;
                };
 
index 05ea12e..8f504ed 100644 (file)
                };
 
                // External Micro SD slot
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        cd-gpios  = <&gpio2 31 GPIO_ACTIVE_HIGH>; // 95
                };
 
index be90e73..f32b07f 100644 (file)
                };
 
                // External Micro SD slot
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <4>;
                };
 
                // WLAN SDIO channel
-               sdi1_per2@80118000 {
+               mmc@80118000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <4>;
                };
 
                // Unused PoP eMMC - register and put it to sleep by default */
-               sdi2_per3@80005000 {
+               mmc@80005000 {
                        arm,primecell-periphid = <0x10480180>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&mc2_a_1_sleep>;
                };
 
                // On-board eMMC
-               sdi4_per2@80114000 {
+               mmc@80114000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <8>;
index 496f9d3..00ee013 100644 (file)
@@ -72,7 +72,7 @@
 
        soc {
                /* External Micro SD card slot */
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        status = "okay";
 
                        arm,primecell-periphid = <0x10480180>;
                };
 
                /* WLAN SDIO */
-               sdi1_per2@80118000 {
+               mmc@80118000 {
                        status = "okay";
 
                        arm,primecell-periphid = <0x10480180>;
                };
 
                /* eMMC */
-               sdi2_per3@80005000 {
+               mmc@80005000 {
                        status = "okay";
 
                        arm,primecell-periphid = <0x10480180>;
index 31ee34e..95d5abe 100644 (file)
 
        soc {
                /* External Micro SD slot */
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <50000000>;
                        bus-width = <4>;
                };
 
                /* WLAN SDIO channel */
-               sdi1_per2@80118000 {
+               mmc@80118000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <50000000>;
                        bus-width = <4>;
                };
 
                /* eMMC */
-               sdi2_per3@80005000 {
+               mmc@80005000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <50000000>;
                        bus-width = <8>;
index b50634c..3642049 100644 (file)
 
        soc {
                // External Micro SD slot
-               sdi0_per1@80126000 {
+               mmc@80126000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <4>;
                };
 
                // WLAN SDIO channel
-               sdi1_per2@80118000 {
+               mmc@80118000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <50000000>;
                        bus-width = <4>;
                };
 
                // eMMC
-               sdi2_per3@80005000 {
+               mmc@80005000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <100000000>;
                        bus-width = <8>;