diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-08-23 12:42:30 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-25 12:01:51 +0400 |
commit | 2f44211f938397be1a9a06945e8c6e07a7232333 (patch) | |
tree | fc91011c4c70580d3fe4696a0ffe460e022c8026 /arch/arm/boot/dts/imx28.dtsi | |
parent | 5c697ea2eec2bf4146e57f964e1163333659cbf8 (diff) | |
download | linux-2f44211f938397be1a9a06945e8c6e07a7232333.tar.xz |
ARM: dts: mxs: Add pwm4 muxing options for imx28
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lilly <brian@crystalfontz.com>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index fac0f69a16ec..ece801c727f9 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -464,6 +464,16 @@ fsl,pull-up = <0>; }; + pwm4_pins_a: pwm4@0 { + reg = <0>; + fsl,pinmux-ids = < + 0x31d0 /* MX28_PAD_PWM4__PWM_4 */ + >; + fsl,drive-strength = <0>; + fsl,voltage = <1>; + fsl,pull-up = <0>; + }; + lcdif_24bit_pins_a: lcdif-24bit@0 { reg = <0>; fsl,pinmux-ids = < |