[U-Boot] [PATCH] powerpc/sgmii: To support PHY link state auto detect in SGMII mode

2012-07-12 Thread Jia Hongtao
we have seperate SGMII PHY nodes, ethernet PHY reg fixup is not needed but it's still be kept to guarantee the sgmii mode could work with old device tree. Signed-off-by: Li Yang Signed-off-by: Jia Hongtao --- board/freescale/common/sgmii_riser.c | 57 +- 1

[U-Boot] [PATCH] powerpc/mpc8572ds: Enable bank interleaving to cs0+cs1 for dual-rank DIMMs

2012-12-20 Thread Jia Hongtao
The controller interleaving only takes the usable memory mapped to cs0. In the case of bank interleaving not enabled, only half of dual-rank DIMM will be used. For single-rank DIMM bank interleaving will be auto disabled. Signed-off-by: Jia Hongtao Signed-off-by: Li Yang --- include/configs

[U-Boot] [PATCH] powerpc/mpc8544ds: Add USB controller support for MPC8544DS

2012-12-20 Thread Jia Hongtao
USB controller in uboot is a required feature for MPC8544DS. Without this support there is no 'usb' command in uboot. Signed-off-by: Jia Hongtao Signed-off-by: Li Yang --- include/configs/MPC8544DS.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git

[U-Boot] [u-boot][PATCH] uboot/flexcan: fixup flexcan clock-frequency

2011-11-15 Thread Jia Hongtao
spec. We now keep the old interfaces to make previous kernel work. They should be removed in the future. Signed-off-by: Jia Hongtao Signed-off-by: Li Yang --- arch/powerpc/cpu/mpc85xx/fdt.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/

Re: [U-Boot] [u-boot][PATCH] uboot/flexcan: fixup flexcan clock-frequency

2011-11-21 Thread Jia Hongtao-B38951
Hi Kumar, We want more comments on this patch to speed up the pushing-to-source progress. Thanks. -Original Message- From: Jia Hongtao-B38951 Sent: Tuesday, November 15, 2011 3:04 PM To: u-boot@lists.denx.de Cc: Li Yang-R58472; Jia Hongtao-B38951 Subject: [u-boot][PATCH] uboot/flexcan

Re: [U-Boot] [PATCH] powerpc/sgmii: To support PHY link state auto detect in SGMII mode

2012-07-12 Thread Jia Hongtao-B38951
Note that this patch works with new dts. Please refer to: http://patchwork.ozlabs.org/patch/170617/ -Hongtao. > -Original Message- > From: Jia Hongtao-B38951 > Sent: Thursday, July 12, 2012 5:40 PM > To: u-boot@lists.denx.de > Cc: aflem...@gmail.com; sun york-R58495; Li Y