diff options
author | Nikhil Badola <nikhil.badola@freescale.com> | 2014-01-27 09:51:58 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-02-03 16:38:49 (GMT) |
commit | a4f7cba64e1f7b61b174c3cc480f389b002a0ff8 (patch) | |
tree | 1ec2f828c40d617113f02a0663913787611bda75 /arch/powerpc | |
parent | 48aee3913d1e99b9f0b91ff0eb52700b4dd24d25 (diff) | |
download | u-boot-fsl-qoriq-a4f7cba64e1f7b61b174c3cc480f389b002a0ff8.tar.xz |
powerpc/usb: Enable dual phy for T1040
Define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE macro for enabling dual
phy in t1040
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index be1d9d2..32e19be 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -717,8 +717,7 @@ defined(CONFIG_PPC_T1020) || defined(CONFIG_PPC_T1022) #define CONFIG_SYS_FSL_SINGLE_SOURCE_CLK #define CONFIG_SYS_FSL_TBCLK_DIV 16 #define CONFIG_SYS_FSL_PCIE_COMPAT "fsl,qoriq-pcie-v2.4" -#define CONFIG_SYS_FSL_USB1_PHY_ENABLE -#define CONFIG_SYS_FSL_USB2_PHY_ENABLE +#define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 |