diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2014-03-12 00:39:27 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:58 -0400 |
commit | b14266fa5337375ce4b4008e8eb8315afda5227b (patch) | |
tree | 2939f04f919efb3a0e259bbc57ea5a85d6e21b59 | |
parent | 4555e2ee2fc9840a0dc52e2a81e159839e60316b (diff) |
ENGR00302472-17 ARM: dts: imx6sx-19x19-arm2: 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>
-rw-r--r-- | arch/arm/boot/dts/imx6sx-19x19-arm2.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts index f37476bfd27b..c46250e18409 100644 --- a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts | |||
@@ -21,6 +21,14 @@ | |||
21 | default-brightness-level = <6>; | 21 | default-brightness-level = <6>; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | hannstar_cabc { | ||
25 | compatible = "hannstar,cabc"; | ||
26 | |||
27 | lvds0 { | ||
28 | gpios = <&gpio2 16 GPIO_ACTIVE_HIGH>; | ||
29 | }; | ||
30 | }; | ||
31 | |||
24 | max7322_reset: max7322-reset { | 32 | max7322_reset: max7322-reset { |
25 | compatible = "gpio-reset"; | 33 | compatible = "gpio-reset"; |
26 | reset-gpios = <&gpio6 18 GPIO_ACTIVE_LOW>; | 34 | reset-gpios = <&gpio6 18 GPIO_ACTIVE_LOW>; |
@@ -109,6 +117,7 @@ | |||
109 | pinctrl_hog_1: hoggrp-1 { | 117 | pinctrl_hog_1: hoggrp-1 { |
110 | fsl,pins = < | 118 | fsl,pins = < |
111 | MX6SX_PAD_SD4_DATA4__GPIO6_IO_18 0x1b0b0 | 119 | MX6SX_PAD_SD4_DATA4__GPIO6_IO_18 0x1b0b0 |
120 | MX6SX_PAD_KEY_ROW1__GPIO2_IO_16 0x1b0b0 | ||
112 | >; | 121 | >; |
113 | }; | 122 | }; |
114 | }; | 123 | }; |