diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2013-08-08 16:51:22 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-16 12:26:51 +0400 |
commit | 2e1dd9fc46ce9e6e9b334548ee221d9152ea84f9 (patch) | |
tree | cc710acca25e11a0ea67b6f18c1fe874e32683a0 /arch/arm/boot/dts/imx28.dtsi | |
parent | 296f8cd3396866a5fbb82c2142e609f5dd56c5ca (diff) | |
download | linux-2e1dd9fc46ce9e6e9b334548ee221d9152ea84f9.tar.xz |
ARM: dts: mxs: add another set of saif0_pins (without MCLK)
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 546fd7a51c1f..7d7f2770a57c 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -518,6 +518,18 @@ fsl,pull-up = <1>; }; + saif0_pins_b: saif0@1 { + reg = <1>; + fsl,pinmux-ids = < + 0x3150 /* MX28_PAD_SAIF0_LRCLK__SAIF0_LRCLK */ + 0x3160 /* MX28_PAD_SAIF0_BITCLK__SAIF0_BITCLK */ + 0x3170 /* MX28_PAD_SAIF0_SDATA0__SAIF0_SDATA0 */ + >; + fsl,drive-strength = <2>; + fsl,voltage = <1>; + fsl,pull-up = <1>; + }; + saif1_pins_a: saif1@0 { reg = <0>; fsl,pinmux-ids = < |