diff options
author | Robby Cai <r63905@freescale.com> | 2014-07-16 08:58:43 -0400 |
---|---|---|
committer | Robby Cai <r63905@freescale.com> | 2014-07-16 10:09:02 -0400 |
commit | a051f7ea383f802959107bfe539d8aae4eb86472 (patch) | |
tree | b123dc6f606a491886911515fe1b120cb00a9f00 /arch/arm/boot | |
parent | 3d0b80671ae0ed19c306c9547dde23447c4ced16 (diff) |
ENGR00323074 ARM: dts: imx6sx-sdb: add v4l2 capture and csi node for vadc
enable dual camera support on imx6sx-sdb.
For camera ov5640, need an adapter (sch 700-28342)
For VADC, need expansion board (sch 700-26109)
Signed-off-by: Sandor Yu <R01008@freescale.com>
Signed-off-by: Robby Cai <r63905@freescale.com>
(cherry picked from commit ce4e36b59f225b3af75ba04accde746049a58cb4)
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 115e66a47a6b..8b9426469ffc 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -150,12 +150,22 @@ | |||
150 | csi_id = <0>; | 150 | csi_id = <0>; |
151 | status = "okay"; | 151 | status = "okay"; |
152 | }; | 152 | }; |
153 | |||
154 | csi2_v4l2_cap { | ||
155 | compatible = "fsl,imx6sx-csi-v4l2", "fsl,imx6sl-csi-v4l2"; | ||
156 | csi_id = <1>; | ||
157 | status = "okay"; | ||
158 | }; | ||
153 | }; | 159 | }; |
154 | 160 | ||
155 | &csi1 { | 161 | &csi1 { |
156 | status = "okay"; | 162 | status = "okay"; |
157 | }; | 163 | }; |
158 | 164 | ||
165 | &csi2 { | ||
166 | status = "okay"; | ||
167 | }; | ||
168 | |||
159 | &adc1 { | 169 | &adc1 { |
160 | vref-supply = <®_vref_3v3>; | 170 | vref-supply = <®_vref_3v3>; |
161 | status = "okay"; | 171 | status = "okay"; |