diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-01-22 23:20:38 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-01-22 23:38:33 +0100 |
commit | f5e4bf9060d34f93519e319d71ee71d779a41084 (patch) | |
tree | aeea366fa90ef104f99b324ef3d799ae5c991132 /arch/arm/boot/dts/ste-nomadik-nhk15.dts | |
parent | 0c09604d1e5bb9e0f0600e4e172ee0b7a8393090 (diff) | |
download | lwn-f5e4bf9060d34f93519e319d71ee71d779a41084.tar.gz lwn-f5e4bf9060d34f93519e319d71ee71d779a41084.zip |
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-nhk15.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-nhk15.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-nhk15.dts b/arch/arm/boot/dts/ste-nomadik-nhk15.dts index 41ed21a4fdc1..8142c017882c 100644 --- a/arch/arm/boot/dts/ste-nomadik-nhk15.dts +++ b/arch/arm/boot/dts/ste-nomadik-nhk15.dts @@ -195,7 +195,7 @@ 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>; }; |