Re: [U-Boot] [PATCH v4 3/3] armv8: ls1088aqds: Add support of LS1088AQDS

2017-08-22 Thread York Sun
On 08/17/2017 10:45 PM, Ashish Kumar wrote: > +void ls1088a_handle_phy_interface_sgmii(int dpmac_id) > +{ > + struct mii_dev *bus; > + struct ccsr_gur __iomem *gur = (void *)CONFIG_SYS_FSL_GUTS_ADDR; > + u32 serdes1_prtcl, cfg; > + > + cfg = in_le32(&gur->rcwsr[FSL_CHASSIS3_SRDS1

[U-Boot] [PATCH v4 3/3] armv8: ls1088aqds: Add support of LS1088AQDS

2017-08-17 Thread Ashish Kumar
This patch add support of LS1088AQDS platform. The LS1088A QorIQTM Development System (QDS) is a high-performance computing, evaluation, and development platform that supports the LS1088A QorIQ Architecture processor. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Shaohui Xie Signed-off-by: A