diff options
author | Michael Heimpold <michael.heimpold@i2se.com> | 2017-02-09 08:42:42 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-03-08 15:18:16 +0100 |
commit | 45e89549ac47d4c91e326c900e1624f0aca91987 (patch) | |
tree | a331e6325708c1801179dfd8254bfce66ff5422a /arch/arm/boot/dts/imx28-m28cu3.dts | |
parent | ARM: dts: imx28: add alternative pinmuxing for mmc2 (diff) | |
download | linux-45e89549ac47d4c91e326c900e1624f0aca91987.tar.xz linux-45e89549ac47d4c91e326c900e1624f0aca91987.zip |
ARM: dts: imx28: rename mmc2_sck_cfg
This patch renames mmc2_sck_cfg in order to prepare for an alternative
muxing setup.
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Cc: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-m28cu3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-m28cu3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-m28cu3.dts b/arch/arm/boot/dts/imx28-m28cu3.dts index 2df63bee6f4e..bb5329479c62 100644 --- a/arch/arm/boot/dts/imx28-m28cu3.dts +++ b/arch/arm/boot/dts/imx28-m28cu3.dts @@ -57,7 +57,7 @@ pinctrl-names = "default"; pinctrl-0 = <&mmc2_4bit_pins_a &mmc2_cd_cfg - &mmc2_sck_cfg>; + &mmc2_sck_cfg_a>; bus-width = <4>; vmmc-supply = <®_vddio_sd1>; status = "okay"; |