X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffsl_usb.h;h=1a6c9c1636638f3977db5f3dfbc77bc01392f03a;hb=14b256e5c084e1b693f4ad73c6a8beee7ffcb4af;hp=8b63cdd88c03416d043521a758d8f983a4eb63c2;hpb=247161b8160fc699b0a517f081220bb50bc502a8;p=u-boot diff --git a/include/fsl_usb.h b/include/fsl_usb.h index 8b63cdd88c..1a6c9c1636 100644 --- a/include/fsl_usb.h +++ b/include/fsl_usb.h @@ -48,6 +48,11 @@ struct ccsr_usb_phy { #define CONFIG_SYS_FSL_USB_PLLPRG2_PHY2_CLK_EN (1 << 0) #define CONFIG_SYS_FSL_USB_PLLPRG2_PHY1_CLK_EN (1 << 1) #define CONFIG_SYS_FSL_USB_PLLPRG2_FRAC_LPF_EN (1 << 13) +#ifdef CONFIG_SYS_FSL_SINGLE_SOURCE_CLK +#define CONFIG_SYS_FSL_USB_PLLPRG2_REF_DIV_INTERNAL_CLK (5 << 4) +#define CONFIG_SYS_FSL_USB_PLLPRG2_MFI_INTERNAL_CLK (6 << 16) +#define CONFIG_SYS_FSL_USB_INTERNAL_SOC_CLK_EN (1 << 20) +#endif #define CONFIG_SYS_FSL_USB_PLLPRG2_REF_DIV (1 << 4) #define CONFIG_SYS_FSL_USB_PLLPRG2_MFI (5 << 16) #define CONFIG_SYS_FSL_USB_PLLPRG2_PLL_EN (1 << 21)