[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>
This commit is contained in:
parent
bc1a1f3a03
commit
19a1780b62
|
@ -933,7 +933,7 @@ static struct platform_device ap4evb_camera = {
|
|||
static struct sh_csi2_client_config csi2_clients[] = {
|
||||
{
|
||||
.phy = SH_CSI2_PHY_MAIN,
|
||||
.lanes = 3,
|
||||
.lanes = 0, /* default: 2 lanes */
|
||||
.channel = 0,
|
||||
.pdev = &ap4evb_camera,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue