mb/google/volteer: Change default camera power GPIO to 0
commit029069960e4568d0100f67fffe815f1ff035df80
authorDaniel Kang <daniel.h.kang@intel.com>
Thu, 3 Sep 2020 02:43:04 +0000 (2 19:43 -0700)
committerTim Wawrzynczak <twawrzynczak@chromium.org>
Tue, 29 Sep 2020 23:09:49 +0000 (29 23:09 +0000)
tree7a7b8c4cee3a48873d3297ef4b7a44370ef2c971
parent9f963d332579216ac51ad8d58f9b3c299e75671d
mb/google/volteer: Change default camera power GPIO to 0

The default GPIO values for camera power were set as 1 so the LED was
turned on by default when the board is powered on.
This status is kept until the camera is probed then being turned off.
So the LED is turned on for a few seconds during the boot up.

By setting the default power to 0, the LED is lit only when camera
is turned on for probing and this should be just a blink.

BUG=b:167635396
BRANCH=none
TEST=Build and boot volteer board. Monitor camera privacy LED
and check it is not lit more than 0.5 seconds.

Signed-off-by: Daniel Kang <daniel.h.kang@intel.com>
Change-Id: Ic7df391aa512daafe6e1ce49e9222b90e17ad806
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45058
Reviewed-by: Caveh Jalali <caveh@chromium.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/mainboard/google/volteer/variants/volteer/gpio.c
src/mainboard/google/volteer/variants/volteer2/gpio.c