diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:46 +0000 |
commit | 84a7051cef2c9e35ec80b23132685d319af7800c (patch) | |
tree | 9f78203ecfadcf57838638ae08e5cf3f7face1cc /target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch | |
parent | 4085a5773d396b44fef84bc95174aace0e84a190 (diff) | |
download | upstream-84a7051cef2c9e35ec80b23132685d319af7800c.tar.gz upstream-84a7051cef2c9e35ec80b23132685d319af7800c.tar.bz2 upstream-84a7051cef2c9e35ec80b23132685d319af7800c.zip |
ar71xx: rename QCA9558 ETH_CFG bit defines
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34852
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch b/target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch index 33d8073921..8325cdbb8f 100644 --- a/target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch +++ b/target/linux/ar71xx/patches-3.6/609-MIPS-ath79-ap136-fixes.patch @@ -130,8 +130,8 @@ - sizeof(ap136_ath9k_data.eeprom_data)); + t = __raw_readl(base + QCA955X_GMAC_REG_ETH_CFG); + -+ t &= ~(QCA955X_ETH_CFG_RGMII_GMAC0 | QCA955X_ETH_CFG_SGMII_GMAC0); -+ t |= QCA955X_ETH_CFG_RGMII_GMAC0; ++ t &= ~(QCA955X_ETH_CFG_RGMII_EN | QCA955X_ETH_CFG_GE0_SGMII); ++ t |= QCA955X_ETH_CFG_RGMII_EN; - ath79_pci_set_plat_dev_init(ap136_pci_plat_dev_init); - ath79_register_pci(); |