summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts
diff options
context:
space:
mode:
authorRobby Cai <r63905@freescale.com>2014-12-03 11:24:32 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:20:13 -0500
commit1f870ce1057b743c8e91fca9919e86f550e0c2fc (patch)
treeb1084d70b6c3583c447d6c5d06ecfd3d4388ec0e /arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts
parent4309e38e7765255d98dfea63170540510a30a374 (diff)
MLK-9958 ARM: dts: imx6sx-19x19-arm2: add new DTS file to enable LCDIF1
Due to the CSI and LCDIF1 shares the same pin MX6SX_PAD_LCD1_ENABLE, we need to disable CSI. Signed-off-by: Robby Cai <r63905@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts
new file mode 100644
index 000000000000..cf8cb57589f3
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6sx-19x19-arm2.dts"
+
+&i2c2 {
+ ov564x: ov564x@3c {
+ status = "disabled";
+ };
+};
+
+&lcdif1 {
+ status = "okay";
+};