aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
diff options
context:
space:
mode:
authorRobby Cai <r63905@freescale.com>2014-04-15 04:11:37 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:21 -0400
commit86b70d1ee6ecd60d7e7b4a93deebd7de5e92739f (patch)
tree11a083351e956c47a0548b076acf0dfaf35e22d7 /arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
parent1fc33c819ab3bea79f0faf75e6daf9583ca9beec (diff)
ENGR00308478 ARM: dts: imx6sx-sdb: Add camera support via the camera adapter
Previously we support camera features via mx51 expansion board due to footprint mirror issue on imx6sx sdb board. Now we switch to the adapter board (sch700-28342) to support same features. And the support via mx51 expansion board is deprecated. The changes include - Change the PINs setting for power and reset signal. - Add status flag to avoid the conflict use of LCD1_RESET pin by LCDIF1/CSI. For LCDIF1, it's used as LCD_PWR_EN, for CSI/camera, as RESET pin. Signed-off-by: Robby Cai <r63905@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts b/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
index dccbcb416769..b0661436ad23 100644
--- a/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
@@ -12,6 +12,12 @@
12 csi1_v4l2_cap { 12 csi1_v4l2_cap {
13 status = "disabled"; 13 status = "disabled";
14 }; 14 };
15
16 regulators {
17 reg_lcd_3v3: lcd-3v3 {
18 status = "okay";
19 };
20 };
15}; 21};
16 22
17&csi1 { 23&csi1 {