diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-01-13 21:17:45 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-01-22 21:45:43 +0100 |
commit | 28734f87a03ef4e6e443d11633d5e3c7eae44c8f (patch) | |
tree | 90753f271f4557501395a71420b29179c39c4401 /arch/arm/boot/dts/ste-ux500-samsung-janice.dts | |
parent | ARM: dts: ux500: Add die temperature to AB8505 (diff) | |
download | linux-28734f87a03ef4e6e443d11633d5e3c7eae44c8f.tar.xz linux-28734f87a03ef4e6e443d11633d5e3c7eae44c8f.zip |
ARM: dts: Fix up MMC host node names
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>
Diffstat (limited to 'arch/arm/boot/dts/ste-ux500-samsung-janice.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-ux500-samsung-janice.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-janice.dts b/arch/arm/boot/dts/ste-ux500-samsung-janice.dts index 31ee34e79fe1..95d5abe5dc0d 100644 --- a/arch/arm/boot/dts/ste-ux500-samsung-janice.dts +++ b/arch/arm/boot/dts/ste-ux500-samsung-janice.dts @@ -329,7 +329,7 @@ soc { /* External Micro SD slot */ - sdi0_per1@80126000 { + mmc@80126000 { arm,primecell-periphid = <0x10480180>; max-frequency = <50000000>; bus-width = <4>; @@ -352,7 +352,7 @@ }; /* WLAN SDIO channel */ - sdi1_per2@80118000 { + mmc@80118000 { arm,primecell-periphid = <0x10480180>; max-frequency = <50000000>; bus-width = <4>; @@ -390,7 +390,7 @@ }; /* eMMC */ - sdi2_per3@80005000 { + mmc@80005000 { arm,primecell-periphid = <0x10480180>; max-frequency = <50000000>; bus-width = <8>; |