mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
4d013d8fa8
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>
13 lines
244 B
Makefile
13 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
|