[ARM] pxa/pcm990: use negative number for an invalid GPIO in camera data

0 is a valid GPIO number, use a negative number to specify, that this camera
doesn't have a GPIO for bus-width switching.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Eric Miao <eric.miao@marvell.com>

authored by Guennadi Liakhovetski and committed by Eric Miao 72e9622c 844c6f6a

+1
+1
arch/arm/mach-pxa/pcm990-baseboard.c
··· 385 385 .gpio = NR_BUILTIN_GPIO + 1, 386 386 }, { 387 387 .bus_id = 0, /* Must match with the camera ID above */ 388 + .gpio = -ENXIO, 388 389 } 389 390 }; 390 391