Revert "mb/google/bluey: Configure GPIOs for USB camera"
This reverts commit d912ae91b0.
Reason for revert: These GPIOs will be managed by the OS.
BUG=b:481123667
Change-Id: Ieab7a9eba09c6a1128fe4709603f3b9d64e72e93
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91639
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
fc312590d1
commit
bbbc655b15
2 changed files with 0 additions and 12 deletions
|
|
@ -47,10 +47,6 @@
|
|||
#define GPIO_SD_CD_L GPIO(71)
|
||||
#endif
|
||||
|
||||
/* USB Camera specific GPIOs */
|
||||
#define GPIO_USB_CAM_RESET_L GPIO(10)
|
||||
#define GPIO_USB_CAM_ENABLE GPIO(206)
|
||||
|
||||
/* USB-C1 port specific GPIOs */
|
||||
#define GPIO_USB_C1_EN_PP3300 GPIO(186)
|
||||
#define GPIO_USB_C1_EN_PP1800 GPIO(175)
|
||||
|
|
|
|||
|
|
@ -76,12 +76,6 @@ static bool is_low_power_boot_with_charger(void)
|
|||
return ret;
|
||||
}
|
||||
|
||||
static void enable_usb_camera(void)
|
||||
{
|
||||
gpio_output(GPIO_USB_CAM_RESET_L, 1);
|
||||
gpio_output(GPIO_USB_CAM_ENABLE, 1);
|
||||
}
|
||||
|
||||
static void setup_usb_typec(void)
|
||||
{
|
||||
gpio_output(GPIO_USB_C1_EN_PP3300, 1);
|
||||
|
|
@ -115,8 +109,6 @@ static void setup_audio(void)
|
|||
static void setup_usb(void)
|
||||
{
|
||||
setup_usb_typec();
|
||||
|
||||
enable_usb_camera();
|
||||
}
|
||||
|
||||
static void setup_usb_late(void *unused)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue