ec/google/wilco: Turn camera power on

Send the EC command required to turn the camera power on
and verify that it shows up on the USB bus.

Change-Id: I9e9ba712a11cef85cde91ac21a4b6b5090ef58dc
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/29987
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
diff --git a/src/ec/google/wilco/chip.c b/src/ec/google/wilco/chip.c
index e1f468d..a9caaec 100644
--- a/src/ec/google/wilco/chip.c
+++ b/src/ec/google/wilco/chip.c
@@ -69,6 +69,9 @@
 
 	/* Enable WiFi radio */
 	wilco_ec_radio_control(RADIO_WIFI, 1);
+
+	/* Turn on camera power */
+	wilco_ec_send(KB_CAMERA, CAMERA_ON);
 }
 
 static void wilco_ec_resource(struct device *dev, int index,