diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-27 23:45:06 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 01:26:49 -0400 |
commit | 52f7176bd2a35ae712754d80c1206c69074a0a42 (patch) | |
tree | eaffba7fd6ae7a9e33276cd048fbcf6d70849689 /arch/arm/boot/dts/imx28.dtsi | |
parent | f98c990c18fb6df88bfd8f3131215604a87d26b1 (diff) |
ARM: dts: mxs: add pwm-backlight for imx23-evk and imx28-evk
Add pwm device and pwm-backlight for imx23-evk and imx28-evk.
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 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 669c1d02b0aa..0ad7b5673705 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -364,6 +364,16 @@ | |||
364 | fsl,voltage = <1>; | 364 | fsl,voltage = <1>; |
365 | fsl,pull-up = <1>; | 365 | fsl,pull-up = <1>; |
366 | }; | 366 | }; |
367 | |||
368 | pwm2_pins_a: pwm2@0 { | ||
369 | reg = <0>; | ||
370 | fsl,pinmux-ids = < | ||
371 | 0x3120 /* MX28_PAD_PWM2__PWM_2 */ | ||
372 | >; | ||
373 | fsl,drive-strength = <0>; | ||
374 | fsl,voltage = <1>; | ||
375 | fsl,pull-up = <0>; | ||
376 | }; | ||
367 | }; | 377 | }; |
368 | 378 | ||
369 | digctl@8001c000 { | 379 | digctl@8001c000 { |
@@ -526,8 +536,11 @@ | |||
526 | status = "disabled"; | 536 | status = "disabled"; |
527 | }; | 537 | }; |
528 | 538 | ||
529 | pwm@80064000 { | 539 | pwm: pwm@80064000 { |
540 | compatible = "fsl,imx28-pwm", "fsl,imx23-pwm"; | ||
530 | reg = <0x80064000 2000>; | 541 | reg = <0x80064000 2000>; |
542 | #pwm-cells = <2>; | ||
543 | fsl,pwm-number = <8>; | ||
531 | status = "disabled"; | 544 | status = "disabled"; |
532 | }; | 545 | }; |
533 | 546 | ||