mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / mediatek / common / usb_secondary.c
blobee85630250f0f9ec143e205690ddf2bd7ae5803e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/addressmap.h>
4 #include <soc/usb.h>
6 void setup_usb_secondary_host(void)
8 /* We always consider USB2 port as the secondary UBS host regardless of the
9 register naming */
10 update_usb_base_regs(SSUSB_IPPC_BASE_P0, SSUSB_SIF_BASE_P0);
11 setup_usb_host_controller();