aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2014-03-25 02:51:14 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:08 -0400
commit563c70bcec250294f26f6891b8e2e3912bf653fc (patch)
treecd77e6419ece3788621a7a3df57175afab30d7fd /arch/arm/boot
parent96f016ea2aca5bad7d021438fa1409d98386fcd1 (diff)
ENGR00305067-10 ARM: dts: imx6sx-sdb: Support Hannstar CABC
This patch adds a device tree node for the Hannstar CABC function. We currently disable the CABC feature since it makes a panel's backlight unstable when display content varies considerably from time to time. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index 6f67e1236e95..35ee9ccedc7b 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -30,6 +30,14 @@
30 fb-names = "mxs-lcdif1"; 30 fb-names = "mxs-lcdif1";
31 }; 31 };
32 32
33 hannstar_cabc {
34 compatible = "hannstar,cabc";
35
36 lvds0 {
37 gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>;
38 };
39 };
40
33 memory { 41 memory {
34 reg = <0x80000000 0x40000000>; 42 reg = <0x80000000 0x40000000>;
35 }; 43 };
@@ -346,6 +354,7 @@
346 MX6SX_PAD_SD4_DATA6__GPIO6_IO_20 0x17059 354 MX6SX_PAD_SD4_DATA6__GPIO6_IO_20 0x17059
347 MX6SX_PAD_SD1_DATA0__GPIO6_IO_2 0x17059 355 MX6SX_PAD_SD1_DATA0__GPIO6_IO_2 0x17059
348 MX6SX_PAD_QSPI1B_DATA1__GPIO4_IO_25 0x17059 356 MX6SX_PAD_QSPI1B_DATA1__GPIO4_IO_25 0x17059
357 MX6SX_PAD_QSPI1B_DATA2__GPIO4_IO_26 0x17059
349 MX6SX_PAD_QSPI1B_DATA3__GPIO4_IO_27 0x17059 358 MX6SX_PAD_QSPI1B_DATA3__GPIO4_IO_27 0x17059
350 >; 359 >;
351 }; 360 };