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.dtsi | |
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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 3981f1daf3a9..cf67e5c03130 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -613,7 +613,8 @@ fsl,pull-up = <MXS_PULL_DISABLE>; }; - mmc2_sck_cfg: mmc2-sck-cfg { + mmc2_sck_cfg_a: mmc2-sck-cfg@0 { + reg = <0>; fsl,pinmux-ids = < MX28_PAD_SSP0_DATA7__SSP2_SCK >; |