diff options
author | Michael Heimpold <michael.heimpold@i2se.com> | 2017-02-09 08:42:43 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-03-08 15:18:26 +0100 |
commit | 620885e8d4117d29048cb0bbec395d6678f034f7 (patch) | |
tree | 26306fcd963726ac66928c53ee75411de4193307 | |
parent | ARM: dts: imx28: rename mmc2_sck_cfg (diff) | |
download | linux-620885e8d4117d29048cb0bbec395d6678f034f7.tar.xz linux-620885e8d4117d29048cb0bbec395d6678f034f7.zip |
ARM: dts: imx28: add alternative muxing for mmc2_sck_cfg
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>
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index cf67e5c03130..2f4ebe0318d3 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -622,6 +622,15 @@ fsl,pull-up = <MXS_PULL_DISABLE>; }; + mmc2_sck_cfg_b: mmc2-sck-cfg@1 { + reg = <1>; + fsl,pinmux-ids = < + MX28_PAD_SSP2_SCK__SSP2_SCK + >; + fsl,drive-strength = <MXS_DRIVE_12mA>; + fsl,pull-up = <MXS_PULL_DISABLE>; + }; + i2c0_pins_a: i2c0@0 { reg = <0>; fsl,pinmux-ids = < |