From 929768aaf8c9161b2729c11c0b96012547bdc4eb Mon Sep 17 00:00:00 2001 From: John Weber Date: Sun, 4 Aug 2013 16:06:15 -0500 Subject: wandboard: modify mipi-csi to ipu mux setting 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 --- arch/arm/mach-mx6/board-wand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.1