diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-01-23 01:20:38 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-01-23 01:38:33 +0300 |
commit | f5e4bf9060d34f93519e319d71ee71d779a41084 (patch) | |
tree | aeea366fa90ef104f99b324ef3d799ae5c991132 /arch/arm/boot/dts/ste-nomadik-s8815.dts | |
parent | 0c09604d1e5bb9e0f0600e4e172ee0b7a8393090 (diff) | |
download | linux-f5e4bf9060d34f93519e319d71ee71d779a41084.tar.xz |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/ste-nomadik-s8815.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-s8815.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-s8815.dts b/arch/arm/boot/dts/ste-nomadik-s8815.dts index 4445446fa828..f16314ffbf4b 100644 --- a/arch/arm/boot/dts/ste-nomadik-s8815.dts +++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts @@ -139,7 +139,7 @@ status = "okay"; }; /* Configure card detect for the uSD slot */ - mmcsd: sdi@101f6000 { + mmc@101f6000 { cd-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; }; }; |