mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
fab3357916
So far, Rockchip SoCs have two kinds of USB2.0 phy, such as Synopsys and Innosilicon. This patch applys dwc2 usb driver framework to implement phy_init() and phy_off() methods for Synopsys phy on Rockchip platform. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
10 lines
262 B
Makefile
10 lines
262 B
Makefile
#
|
|
# Copyright (c) 2009 Wind River Systems, Inc.
|
|
# Tom Rix <Tom.Rix@windriver.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_TWL4030_USB) += twl4030.o
|
|
obj-$(CONFIG_OMAP_USB_PHY) += omap_usb_phy.o
|
|
obj-$(CONFIG_ROCKCHIP_USB2_PHY) += rockchip_usb2_phy.o
|