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 | 989e3c0e17fbcdca80f53dff24410f1914948b89 (patch) | |
tree | 733f7bfa7284f60620ce9306d64d5d943a3e148f /target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch | |
parent | 4f5e30c1b8e6620cda5526c5bb81ec97e08c2659 (diff) | |
download | upstream-989e3c0e17fbcdca80f53dff24410f1914948b89.tar.gz upstream-989e3c0e17fbcdca80f53dff24410f1914948b89.tar.bz2 upstream-989e3c0e17fbcdca80f53dff24410f1914948b89.zip |
ar71xx: rename QCA9558 ETH_CFG bit defines
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch b/target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch index 006217f6f2..01852482ee 100644 --- a/target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch +++ b/target/linux/ar71xx/patches-3.6/601-MIPS-ath79-add-more-register-defines.patch @@ -296,7 +296,7 @@ + +#define QCA955X_GMAC_REG_ETH_CFG 0x00 + -+#define QCA955X_ETH_CFG_RGMII_GMAC0 BIT(0) -+#define QCA955X_ETH_CFG_SGMII_GMAC0 BIT(6) ++#define QCA955X_ETH_CFG_RGMII_EN BIT(0) ++#define QCA955X_ETH_CFG_GE0_SGMII BIT(6) + #endif /* __ASM_MACH_AR71XX_REGS_H */ |