aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2014-05-01 02:32:30 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 11:02:06 -0400
commitb3253241fd37a45fae2b25a2892145bed323d224 (patch)
tree023d56378d8c76bfef657c755be94973dd3e9d5b /arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
parent13d9ab5e8761986a8c24d225cca8e4b4e4a73ef1 (diff)
ARM: dts: imx: add LVDS backlight for Ventana
The GW54xx/GW53xx/GW52xx all support LVDS with a PWM controlled backlight. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw53xx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-gw53xx.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
index 523f26f11eea..c91b5a6c769b 100644
--- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
@@ -30,6 +30,13 @@
30 bootargs = "console=ttymxc1,115200"; 30 bootargs = "console=ttymxc1,115200";
31 }; 31 };
32 32
33 backlight {
34 compatible = "pwm-backlight";
35 pwms = <&pwm4 0 5000000>;
36 brightness-levels = <0 4 8 16 32 64 128 255>;
37 default-brightness-level = <7>;
38 };
39
33 leds { 40 leds {
34 compatible = "gpio-leds"; 41 compatible = "gpio-leds";
35 42
@@ -439,6 +446,12 @@
439 >; 446 >;
440 }; 447 };
441 448
449 pinctrl_pwm4: pwm4grp {
450 fsl,pins = <
451 MX6QDL_PAD_SD1_CMD__PWM4_OUT 0x1b0b1
452 >;
453 };
454
442 pinctrl_uart1: uart1grp { 455 pinctrl_uart1: uart1grp {
443 fsl,pins = < 456 fsl,pins = <
444 MX6QDL_PAD_SD3_DAT7__UART1_TX_DATA 0x1b0b1 457 MX6QDL_PAD_SD3_DAT7__UART1_TX_DATA 0x1b0b1
@@ -513,6 +526,12 @@
513 }; 526 };
514}; 527};
515 528
529&pwm4 {
530 pinctrl-names = "default";
531 pinctrl-0 = <&pinctrl_pwm4>;
532 status = "okay";
533};
534
516&ssi1 { 535&ssi1 {
517 fsl,mode = "i2s-slave"; 536 fsl,mode = "i2s-slave";
518 status = "okay"; 537 status = "okay";