aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-07-26 11:49:13 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-03 16:27:29 -0400
commit19a1780b628ecbc943465fa4d53b69e94c279f23 (patch)
tree316e1ee866b8f53d629d2bef4cacec701758e67f /arch/arm/mach-shmobile
parentbc1a1f3a0317925bf311ce27a797d48acc2cd3b0 (diff)
[media] ARM: ap4evb: switch imx074 configuration to default number of lanes
The sh_mobile_csi2 driver will change meaning of the .lanes platform data field from "bitmask of used lanes" to "number of used lanes." To avoid a regression during this transition switch ap4evb to rely on the 2 lane default. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 5b7edadf4647..f9f66c20c9f1 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -933,7 +933,7 @@ static struct platform_device ap4evb_camera = {
933static struct sh_csi2_client_config csi2_clients[] = { 933static struct sh_csi2_client_config csi2_clients[] = {
934 { 934 {
935 .phy = SH_CSI2_PHY_MAIN, 935 .phy = SH_CSI2_PHY_MAIN,
936 .lanes = 3, 936 .lanes = 0, /* default: 2 lanes */
937 .channel = 0, 937 .channel = 0,
938 .pdev = &ap4evb_camera, 938 .pdev = &ap4evb_camera,
939 }, 939 },