diff options
author | John Weber <rjohnweber@gmail.com> | 2013-08-04 16:06:15 -0500 |
---|---|---|
committer | John Weber <rjohnweber@gmail.com> | 2013-08-05 09:36:50 -0500 |
commit | 929768aaf8c9161b2729c11c0b96012547bdc4eb (patch) | |
tree | 2bc13bb5d3f9a73d5d78d97b94221f477056425d | |
parent | e5099d323a8a37fc4b1a52b7b15069ad762b3565 (diff) |
wandboard: modify mipi-csi to ipu mux setting3.0-wandboard-org-ts1
It appears that the default code copied from Freescale routes parallel CSI
to IPU1, which is the IPU that we are using for MIPI-CSI. Change the route
from parallel to MIPI
-rw-r--r-- | arch/arm/mach-mx6/board-wand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-wand.c b/arch/arm/mach-mx6/board-wand.c index aa53d6e1d3d8..110bf8400d2c 100644 --- a/arch/arm/mach-mx6/board-wand.c +++ b/arch/arm/mach-mx6/board-wand.c @@ -601,7 +601,7 @@ static void wand_mipi_sensor_io_init(void) */ if (cpu_is_mx6q()) - mxc_iomux_set_gpr_register(1, 19, 1, 1); + mxc_iomux_set_gpr_register(1, 19, 1, 0); else if (cpu_is_mx6dl()) mxc_iomux_set_gpr_register(13, 0, 3, 0); } |