Commit f5e4bf90 authored by Linus Walleij's avatar Linus Walleij Committed by Arnd Bergmann

ARM: dts: nomadik: Fix up MMC node names

Fix the node names for the MMC/SD card controller to conform
to the standard node name mmc@..
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210122222038.2888747-1-linus.walleij@linaro.org'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0c09604d
......@@ -195,7 +195,7 @@ uart0: uart@101fd000 {
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>;
};
......
......@@ -139,7 +139,7 @@ uart0: uart@101fd000 {
status = "okay";
};
/* Configure card detect for the uSD slot */
mmcsd: sdi@101f6000 {
mmc@101f6000 {
cd-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>;
};
};
......
......@@ -825,7 +825,7 @@ rtc: rtc@101e8000 {
interrupts = <10>;
};
mmcsd: sdi@101f6000 {
mmcsd: mmc@101f6000 {
compatible = "arm,pl18x", "arm,primecell";
reg = <0x101f6000 0x1000>;
clocks = <&sdiclk>, <&pclksdi>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment