diff options
author | Robby Cai <R63905@freescale.com> | 2014-02-24 06:51:35 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:06 -0400 |
commit | f33a0c91b091cd1676423767b7fb062ccaa5304a (patch) | |
tree | 885c9eda7a1dea0d05c39f83de074782f14c1917 /arch/arm/boot | |
parent | 08d6d61ae497b5f03f35aacc937943b8a8e62d3d (diff) |
ENGR00300658-3 ARM: dts: imx6sx: add camera ov5640 support on imx6sx-sdb
Add ov5640 camera support on imx6sx-sdb
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 87d7c2f56e52..eedf1e1bb23d 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -241,6 +241,22 @@ | |||
241 | }; | 241 | }; |
242 | }; | 242 | }; |
243 | }; | 243 | }; |
244 | |||
245 | ov564x: ov564x@3c { | ||
246 | compatible = "ovti,ov564x"; | ||
247 | reg = <0x3c>; | ||
248 | pinctrl-names = "default"; | ||
249 | pinctrl-0 = <&pinctrl_csi_0>; | ||
250 | clocks = <&clks IMX6SX_CLK_CSI>; | ||
251 | clock-names = "csi_mclk"; | ||
252 | AVDD-supply = <&vgen3_reg>; /* 2.8v */ | ||
253 | DVDD-supply = <&vgen2_reg>; /* 1.5v*/ | ||
254 | pwn-gpios = <&gpio3 26 1>; | ||
255 | rst-gpios = <&gpio3 25 0>; | ||
256 | csi_id = <0>; | ||
257 | mclk = <24000000>; | ||
258 | mclk_source = <0>; | ||
259 | }; | ||
244 | }; | 260 | }; |
245 | 261 | ||
246 | &flexcan1 { | 262 | &flexcan1 { |