ARM: dts: nomadik: Fix up MMC node names
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Jan 2021 22:20:38 +0000 (23:20 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Jan 2021 22:38:33 +0000 (23:38 +0100)
Fix the node names for the MMC/SD card controller to conform
to the standard node name mmc@..

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210122222038.2888747-1-linus.walleij@linaro.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/ste-nomadik-nhk15.dts
arch/arm/boot/dts/ste-nomadik-s8815.dts
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi

index 41ed21a..8142c01 100644 (file)
                        pinctrl-0 = <&uart0_nhk_mode>;
                        status = "okay";
                };
-               mmcsd: sdi@101f6000 {
+               mmcsd: mmc@101f6000 {
                        cd-gpios = <&stmpe_gpio44 7 GPIO_ACTIVE_LOW>;
                        wp-gpios = <&stmpe_gpio44 18 GPIO_ACTIVE_HIGH>;
                };
index 4445446..f16314f 100644 (file)
                        status = "okay";
                };
                /* Configure card detect for the uSD slot */
-               mmcsd: sdi@101f6000 {
+               mmc@101f6000 {
                        cd-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>;
                };
        };
index 4f38aee..c9b9064 100644 (file)
                        interrupts = <10>;
                };
 
-               mmcsd: sdi@101f6000 {
+               mmcsd: mmc@101f6000 {
                        compatible = "arm,pl18x", "arm,primecell";
                        reg = <0x101f6000 0x1000>;
                        clocks = <&sdiclk>, <&pclksdi>;