From 86b70d1ee6ecd60d7e7b4a93deebd7de5e92739f Mon Sep 17 00:00:00 2001 From: Robby Cai Date: Tue, 15 Apr 2014 16:11:37 +0800 Subject: 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 --- arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts') 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 @@ csi1_v4l2_cap { status = "disabled"; }; + + regulators { + reg_lcd_3v3: lcd-3v3 { + status = "okay"; + }; + }; }; &csi1 { -- cgit v1.2.2