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/601-MIPS-ath79-add-more-register-defines.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/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 */ |