]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/t4: Correct LIODN assignment for SRIO
authorLiu Gang <Gang.Liu@freescale.com>
Tue, 25 Jun 2013 10:12:14 +0000 (18:12 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 9 Aug 2013 19:41:38 +0000 (12:41 -0700)
For T4 platform, the SRIO LIODN registers are in SRIO address space
and not in GUTs.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
arch/powerpc/cpu/mpc85xx/t4240_ids.c
arch/powerpc/include/asm/config_mpc85xx.h

index e173cb5f9572cf3346ce004993f30084695dd64d..d0bb27d9c6ddfddfecac231455079d8b6acbd8b4 100644 (file)
@@ -65,8 +65,8 @@ struct qportal_info qp_info[CONFIG_SYS_QMAN_NUM_PORTALS] = {
 #endif
 
 struct srio_liodn_id_table srio_liodn_tbl[] = {
-       SET_SRIO_LIODN_1(1, 307),
-       SET_SRIO_LIODN_1(2, 387),
+       SET_SRIO_LIODN_BASE(1, 307),
+       SET_SRIO_LIODN_BASE(2, 387),
 };
 int srio_liodn_tbl_sz = ARRAY_SIZE(srio_liodn_tbl);
 
index 6d7b3b3274f96cb0ac13f67f0ff2c486f735a641..3251905f562178230345799175f3f534e0fe4644 100644 (file)
 #define CONFIG_SYS_FSL_SRIO_MAX_PORTS  2
 #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9
 #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5
+#define CONFIG_SYS_FSL_SRIO_LIODN
 #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE
 #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY
 #define CONFIG_SYS_FSL_ERRATUM_A004468