aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2014-03-25 02:42:56 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:07 -0400
commitafc650bef96bf09a080900da8073656395c6c093 (patch)
treeb548cbd928ebfbacfe19318d6dba88a5606c7e20 /arch/arm/boot
parent10cb60561e3a864706eee5abee92f0760d254629 (diff)
ENGR00305067-8 ARM: dts: imx6sx-sdb: Specify backlight1's fb-names
This patch specifies the devicetree node backlight1's property fb-names to be 'mxs-lcdif0' so that the pwm3 backlight device will only respond to this framebuffer's blank/unblank events. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index ddabef289196..84b32f0f29d8 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -19,6 +19,7 @@
19 pwms = <&pwm3 0 5000000>; 19 pwms = <&pwm3 0 5000000>;
20 brightness-levels = <0 4 8 16 32 64 128 255>; 20 brightness-levels = <0 4 8 16 32 64 128 255>;
21 default-brightness-level = <6>; 21 default-brightness-level = <6>;
22 fb-names = "mxs-lcdif0";
22 }; 23 };
23 24
24 memory { 25 memory {