aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/asurada
diff options
context:
space:
mode:
authorCK Hu <ck.hu@mediatek.com>2020-04-10 11:34:29 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-10-12 08:56:00 +0000
commit2016d8157c72fc2b32219d067ac4b759f3deebb0 (patch)
tree2096270e9ec6c1302667a71989c81187c1b58eaa /src/mainboard/google/asurada
parent06639f2abf86bd0eef9c7808b7e724450d1408b8 (diff)
mb/google/asurada: Add USB support
Change-Id: I35dc4be65f0843c3c74695c443dd958676e6c12c Signed-off-by: CK Hu <ck.hu@mediatek.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45397 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/mainboard/google/asurada')
-rw-r--r--src/mainboard/google/asurada/mainboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/asurada/mainboard.c b/src/mainboard/google/asurada/mainboard.c
index e6040fa7aa..9146d7bc1d 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)