[U-Boot] [PATCH 2/6] ARM: OMAP5: Add functions to enable and disable USB clocks

Tom Rini trini at konsulko.com
Tue Aug 11 02:33:50 CEST 2015


On Mon, Aug 10, 2015 at 04:58:34PM +0530, Kishon Vijay Abraham I wrote:

> diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
> index 224fbf0..527e143 100644
> --- a/arch/arm/include/asm/omap_common.h
> +++ b/arch/arm/include/asm/omap_common.h
> @@ -587,6 +587,12 @@ u32 omap_ddr_clk(void);
>  u32 get_sys_clk_index(void);
>  void enable_basic_clocks(void);
>  void enable_basic_uboot_clocks(void);
> +
> +#ifdef CONFIG_USB_DWC3
> +void enable_usb_clocks(int index);
> +void disable_usb_clocks(int index);
> +#endif

No #ifdef/#endif in headers, thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150810/1c2dcdb0/attachment.sig>


More information about the U-Boot mailing list