diff options
author | Sandor Yu <R01008@freescale.com> | 2014-04-11 02:47:56 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-17 22:19:14 -0400 |
commit | 94d4e724597bce7588ec6c1dbf52395413be0b6d (patch) | |
tree | 04dab42917a8c57bf61541db21d051581dfacb78 /arch | |
parent | e416178c0938531d84aa1894af26f049c8ef4baa (diff) |
ENGR00308643 Add imx6sx-19x19-arm2-csi.dts
csi camera ov5640 pin conflict with esai and sai
in 19x19 arm2 board, add this file to resolve it.
Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6sx-19x19-arm2-csi.dts | 25 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6sx-19x19-arm2.dts | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a2333a25d850..fe08961b9084 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -141,6 +141,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ | |||
141 | imx6sx-17x17-arm2-ssi.dtb \ | 141 | imx6sx-17x17-arm2-ssi.dtb \ |
142 | imx6sx-17x17-arm2-spdif.dtb \ | 142 | imx6sx-17x17-arm2-spdif.dtb \ |
143 | imx6sx-19x19-arm2.dtb \ | 143 | imx6sx-19x19-arm2.dtb \ |
144 | imx6sx-19x19-arm2-csi.dtb \ | ||
144 | imx6sx-19x19-arm2-lcdif1.dtb \ | 145 | imx6sx-19x19-arm2-lcdif1.dtb \ |
145 | imx6sx-19x19-arm2-sai.dtb \ | 146 | imx6sx-19x19-arm2-sai.dtb \ |
146 | imx6sx-sdb.dtb \ | 147 | imx6sx-sdb.dtb \ |
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2-csi.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2-csi.dts new file mode 100644 index 000000000000..e1b2c2d1b27b --- /dev/null +++ b/arch/arm/boot/dts/imx6sx-19x19-arm2-csi.dts | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2014 Freescale Semiconductor, Inc. | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | ||
8 | |||
9 | #include "imx6sx-19x19-arm2.dts" | ||
10 | |||
11 | &esai { | ||
12 | /* pin conflict with sai */ | ||
13 | status = "disabled"; | ||
14 | }; | ||
15 | |||
16 | &sai1 { | ||
17 | status = "disabled"; | ||
18 | }; | ||
19 | |||
20 | &i2c2 { | ||
21 | ov564x: ov564x@3c { | ||
22 | status = "okay"; | ||
23 | }; | ||
24 | }; | ||
25 | |||
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts index 8b8db3028544..1125e943cd70 100644 --- a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts | |||
@@ -283,6 +283,7 @@ | |||
283 | csi_id = <0>; | 283 | csi_id = <0>; |
284 | mclk = <24000000>; | 284 | mclk = <24000000>; |
285 | mclk_source = <0>; | 285 | mclk_source = <0>; |
286 | status = "disabled"; | ||
286 | }; | 287 | }; |
287 | }; | 288 | }; |
288 | 289 | ||