summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2014-11-27 11:01:14 +0800
committerSandor Yu <R01008@freescale.com>2014-11-28 09:51:39 +0800
commit209db59d83a27aaf1ac2555c5c7ae514c262f095 (patch)
treee84c95e384828e6a09d8156b2b7ed1cc6ed605d5 /arch
parent720254e892c9fe2c8e7d87554e485fd76cfa2ecf (diff)
MLK-9922 dts: Remove imx6sx lcdif1 reset pin SION setting
For DCIC module all lcdif data and signal pins should configuration to SION(Software Input On Field) to enable loopback mode. But the pin of LCD1_RESET not required, so remove SION setting otherwise imx6sx sdb board can not resume from power suspend. Signed-off-by: Sandor Yu <R01008@freescale.com> (cherry picked from commit ada39ddc49f527672281e510abe06d3f40559383)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 0333cc0bf2c9..f1cfcc82dceb 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -1627,7 +1627,7 @@
MX6SX_PAD_LCD1_ENABLE__LCDIF1_ENABLE 0x4001b0b0
MX6SX_PAD_LCD1_VSYNC__LCDIF1_VSYNC 0x4001b0b0
MX6SX_PAD_LCD1_HSYNC__LCDIF1_HSYNC 0x4001b0b0
- MX6SX_PAD_LCD1_RESET__GPIO3_IO_27 0x4001b0b0
+ MX6SX_PAD_LCD1_RESET__GPIO3_IO_27 0x1b0b0
>;
};
};