Skip to content

Commit

Permalink
ARM: dts: imx6qdl-sabresd: Add backlight support for lvds
Browse files Browse the repository at this point in the history
This patch adds support for lvds backlight on boards
i.MX6q-SabreSD and i.MX6dl-SabreSD

Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Rogerio Pimentel authored and Shawn Guo committed Oct 12, 2013
1 parent 493a863 commit 2f35c0c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/imx6qdl-sabresd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
mux-int-port = <2>;
mux-ext-port = <3>;
};

backlight {
compatible = "pwm-backlight";
pwms = <&pwm1 0 5000000>;
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <7>;
status = "okay";
};
};

&audmux {
Expand Down Expand Up @@ -204,6 +212,12 @@
};
};

&pwm1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm0_1>;
status = "okay";
};

&ssi2 {
fsl,mode = "i2s-slave";
status = "okay";
Expand Down

0 comments on commit 2f35c0c

Please sign in to comment.