CK HU has uploaded this change for review.

View Change

mb/google/asurada: Add USB support

Change-Id: I35dc4be65f0843c3c74695c443dd958676e6c12c
Signed-off-by: CK Hu <ck.hu@mediatek.com>
---
M src/mainboard/google/asurada/mainboard.c
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/45397/1
diff --git a/src/mainboard/google/asurada/mainboard.c b/src/mainboard/google/asurada/mainboard.c
index e6040fa..9146d7b 100644
--- a/src/mainboard/google/asurada/mainboard.c
+++ b/src/mainboard/google/asurada/mainboard.c
@@ -1,9 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */

+#include <console/console.h>
#include <device/device.h>
+#include <soc/usb.h>

static void mainboard_init(struct device *dev)
{
+ setup_usb_host();
}

static void mainboard_enable(struct device *dev)

To view, visit change 45397. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35dc4be65f0843c3c74695c443dd958676e6c12c
Gerrit-Change-Number: 45397
Gerrit-PatchSet: 1
Gerrit-Owner: CK HU <ck.hu@mediatek.com>
Gerrit-MessageType: newchange