aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogerio Pimentel <rogerio.pimentel@freescale.com>2013-10-11 15:48:16 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-10-12 04:15:05 -0400
commit2f35c0c41f6b9a326574fcbcde3736309c51ffc3 (patch)
tree0eef7149a2f62445ac086fc8aaba3e2f63c75a8b
parent493a86365bebdae944a9f2bbf21e106a77c92928 (diff)
ARM: dts: imx6qdl-sabresd: Add backlight support for lvds
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>
-rw-r--r--arch/arm/boot/dts/imx6qdl-sabresd.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index 2035d6698ec5..e75e11b36dff 100644
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -80,6 +80,14 @@
80 mux-int-port = <2>; 80 mux-int-port = <2>;
81 mux-ext-port = <3>; 81 mux-ext-port = <3>;
82 }; 82 };
83
84 backlight {
85 compatible = "pwm-backlight";
86 pwms = <&pwm1 0 5000000>;
87 brightness-levels = <0 4 8 16 32 64 128 255>;
88 default-brightness-level = <7>;
89 status = "okay";
90 };
83}; 91};
84 92
85&audmux { 93&audmux {
@@ -204,6 +212,12 @@
204 }; 212 };
205}; 213};
206 214
215&pwm1 {
216 pinctrl-names = "default";
217 pinctrl-0 = <&pinctrl_pwm0_1>;
218 status = "okay";
219};
220
207&ssi2 { 221&ssi2 {
208 fsl,mode = "i2s-slave"; 222 fsl,mode = "i2s-slave";
209 status = "okay"; 223 status = "okay";