diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-12 19:06:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-12 19:06:38 +0000 |
commit | 40a5f5c16e16def178de20e9ec9027f3a6a26f53 (patch) | |
tree | 69f2b0ffee6d7cde17056210ccad03b23380efda /target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch | |
parent | 0a42b02126bf220768fcece1ab9e82e302005808 (diff) | |
download | upstream-40a5f5c16e16def178de20e9ec9027f3a6a26f53.tar.gz upstream-40a5f5c16e16def178de20e9ec9027f3a6a26f53.tar.bz2 upstream-40a5f5c16e16def178de20e9ec9027f3a6a26f53.zip |
ar71xx: define NAND controller base address and register size for AR934X/QCA955x
SVN-Revision: 33382
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch b/target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch index 2ff6c3af57..087dbc0829 100644 --- a/target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch +++ b/target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch @@ -149,9 +149,9 @@ #endif /* _ATH79_DEV_WMAC_H */ --- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h +++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h -@@ -125,6 +125,14 @@ - #define QCA955X_GMAC_BASE (AR71XX_APB_BASE + 0x00070000) - #define QCA955X_GMAC_SIZE 0x40 +@@ -129,6 +129,14 @@ + #define QCA955X_NFC_BASE 0x1b000200 + #define QCA955X_NFC_SIZE 0xb8 +#define AR9300_OTP_BASE 0x14000 +#define AR9300_OTP_STATUS 0x15f18 |