mturney mturney has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37306 )
Change subject: trogdor: mainboard reference QUPv3 FW driver ......................................................................
trogdor: mainboard reference QUPv3 FW driver
Change-Id: I8ff5dd63fac28ffa558aec71e79a6de87d7885e0 Signed-off-by: T Michael Turney mturney@codeaurora.org --- M src/mainboard/google/trogdor/mainboard.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/37306/1
diff --git a/src/mainboard/google/trogdor/mainboard.c b/src/mainboard/google/trogdor/mainboard.c index 1cf2b96..8849911 100644 --- a/src/mainboard/google/trogdor/mainboard.c +++ b/src/mainboard/google/trogdor/mainboard.c @@ -19,6 +19,7 @@ #include <gpio.h> #include <timestamp.h> #include <soc/usb.h> +#include <soc/qupv3_fw_config.h>
static struct usb_board_data usb0_board_data = { .pll_bias_control_2 = 0x22, @@ -34,6 +35,7 @@ static void mainboard_init(struct device *dev) { setup_usb(); + qupv3_fw_init(); }
static void mainboard_enable(struct device *dev)