Skip to content

Commit

Permalink
ARM: dts: mxs: Add PWM3 muxing options for i.MX28
Browse files Browse the repository at this point in the history
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Julien Boibessot authored and Shawn Guo committed Oct 30, 2012
1 parent a957fdc commit 2bde51c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,16 @@
fsl,pull-up = <0>;
};

pwm3_pins_a: pwm3@0 {
reg = <0>;
fsl,pinmux-ids = <
0x31c0 /* MX28_PAD_PWM3__PWM_3 */
>;
fsl,drive-strength = <0>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};

pwm4_pins_a: pwm4@0 {
reg = <0>;
fsl,pinmux-ids = <
Expand Down

0 comments on commit 2bde51c

Please sign in to comment.