ar71xx: use ath79_setup_qca955x_eth_cfg helper for QCA955x based boards
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-nbg6716.c
index 5b8c3d01090b56e8d6db1e84164be404cbab8ca6..e102f2c8af8ac2cbbddd893cfe0fabced9d17b8b 100644 (file)
@@ -187,23 +187,6 @@ static void nbg6716_get_mac(const char *name, char *mac)
                pr_err("no MAC address found for %s\n", name);
 }
 
-static void __init nbg6716_gmac_setup(void)
-{
-       void __iomem *base;
-       u32 t;
-
-       base = ioremap(QCA955X_GMAC_BASE, QCA955X_GMAC_SIZE);
-
-       t = __raw_readl(base + QCA955X_GMAC_REG_ETH_CFG);
-
-       t &= ~(QCA955X_ETH_CFG_RGMII_EN | QCA955X_ETH_CFG_GE0_SGMII);
-       t |= QCA955X_ETH_CFG_RGMII_EN;
-
-       __raw_writel(t, base + QCA955X_GMAC_REG_ETH_CFG);
-
-       iounmap(base);
-}
-
 static void __init nbg6716_common_setup(void)
 {
        u8 *art = (u8 *) KSEG1ADDR(0x1f050000);
@@ -228,7 +211,7 @@ static void __init nbg6716_common_setup(void)
 
        ath79_register_wmac(art + NBG6716_WMAC_CALDATA_OFFSET, tmpmac);
 
-       nbg6716_gmac_setup();
+       ath79_setup_qca955x_eth_cfg(QCA955X_ETH_CFG_RGMII_EN);
 
        ath79_register_mdio(0, 0x0);