summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorramneek mehresh <ramneek.mehresh@freescale.com>2014-08-21 17:52:17 +0530
committerYork Sun <yorksun@freescale.com>2014-11-14 11:12:13 -0800
commita53dd530013bba81ad6ba87a661ff19b12977c23 (patch)
tree361c2ecffbdb0a4255a1910868bb488000861b58 /arch
parent2bf4207b8a452476a591d733c6b8f09b337acc08 (diff)
downloadtalos-obmc-uboot-a53dd530013bba81ad6ba87a661ff19b12977c23.tar.gz
talos-obmc-uboot-a53dd530013bba81ad6ba87a661ff19b12977c23.zip
85xx/b4:Correct USB DR controller liodn entry
LIODN entry for B4860/B4420 mentions USB controller as "mph" insread of "dr". This results in PAMU not permitting bus transactions for USB DR controller on B4860 resulting in USB function failure. Replacing "fsl-usb2-mph" with "fsl-usb2-dr" allows USB DR controller bus transactions Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com> Reviewed-by: Sethi Varun-B16395 <Varun.Sethi@freescale.com> Reviewed-by: Sun Yusong-R58495 <yorksun@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc85xx/b4860_ids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/b4860_ids.c b/arch/powerpc/cpu/mpc85xx/b4860_ids.c
index 39b8e3ecc2..1a30f1c405 100644
--- a/arch/powerpc/cpu/mpc85xx/b4860_ids.c
+++ b/arch/powerpc/cpu/mpc85xx/b4860_ids.c
@@ -55,7 +55,7 @@ struct liodn_id_table liodn_tbl[] = {
SET_SDHC_LIODN(1, 552),
- SET_USB_LIODN(1, "fsl-usb2-mph", 553),
+ SET_USB_LIODN(1, "fsl-usb2-dr", 553),
SET_PCI_LIODN(CONFIG_SYS_FSL_PCIE_COMPAT, 1, 148),
OpenPOWER on IntegriCloud