diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-11 19:21:17 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-06-25 09:29:41 +0200 |
commit | 32c096c2276acd191f8db5b1a45b3dee9502258a (patch) | |
tree | 3cc8b5fec2b69f6329b2d7435de1ad43a157d923 /arch/arm/boot/dts/tegra20-ventana.dts | |
parent | afd92390fcaa784a6d064f3b07c8d8124e43e5d1 (diff) | |
download | lwn-32c096c2276acd191f8db5b1a45b3dee9502258a.tar.gz lwn-32c096c2276acd191f8db5b1a45b3dee9502258a.zip |
ARM: tegra: Rename sdhci nodes to mmc
The new json-schema based validation tools require SD/MMC controller
nodes to be named mmc. Rename all references to them.
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-ventana.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-ventana.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra20-ventana.dts b/arch/arm/boot/dts/tegra20-ventana.dts index ccc24674be03..b158771ac0b7 100644 --- a/arch/arm/boot/dts/tegra20-ventana.dts +++ b/arch/arm/boot/dts/tegra20-ventana.dts @@ -554,14 +554,14 @@ status = "okay"; }; - sdhci@c8000000 { + mmc@c8000000 { status = "okay"; power-gpios = <&gpio TEGRA_GPIO(K, 6) GPIO_ACTIVE_HIGH>; bus-width = <4>; keep-power-in-suspend; }; - sdhci@c8000400 { + mmc@c8000400 { status = "okay"; cd-gpios = <&gpio TEGRA_GPIO(I, 5) GPIO_ACTIVE_LOW>; wp-gpios = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>; @@ -569,7 +569,7 @@ bus-width = <4>; }; - sdhci@c8000600 { + mmc@c8000600 { status = "okay"; bus-width = <8>; non-removable; |