mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-27 06:14:41 +00:00
enable this clock with the following: clk_usb_otg_enable((void *)HSOTG_BASE_ADDR) Signed-off-by: Steve Rae <srae@broadcom.com> Reviewed-by: Felipe Balbi <balbi@ti.com>
14 lines
244 B
Makefile
14 lines
244 B
Makefile
#
|
|
# Copyright 2013 Broadcom Corporation.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += reset.o
|
|
obj-y += clk-core.o
|
|
obj-y += clk-bcm281xx.o
|
|
obj-y += clk-sdio.o
|
|
obj-y += clk-bsc.o
|
|
obj-$(CONFIG_BCM_SF2_ETH) += clk-eth.o
|
|
obj-y += clk-usb-otg.o
|