aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-19 11:32:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-19 11:32:20 +0000
commit3fa85af5add3eea8a7c2bbceb89988d660a17579 (patch)
treede105dd9ce6c004ed0bdcafb16227984e9665956 /target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h
parentea1cc733af1248cc453660ae054cb8b77b456df9 (diff)
downloadupstream-3fa85af5add3eea8a7c2bbceb89988d660a17579.tar.gz
upstream-3fa85af5add3eea8a7c2bbceb89988d660a17579.tar.bz2
upstream-3fa85af5add3eea8a7c2bbceb89988d660a17579.zip
ar71xx: Add ath79_register_m25p80_large to support >16MB SPI chips
The following patch is to add ath79_register_m25p80_large, which sets is_flash to false to support bit banging. This is needed on some 32MB+ SPI chips, such as the S25FL256S1 Signed-off-by: Chris R Blake <chrisrblake93@gmail.com> SVN-Revision: 47952
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h b/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h
index 637b41a7d8..5e66016301 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.h
@@ -12,6 +12,7 @@
#include <linux/spi/flash.h>
void ath79_register_m25p80(struct flash_platform_data *pdata) __init;
+void ath79_register_m25p80_large(struct flash_platform_data *pdata) __init;
void ath79_register_m25p80_multi(struct flash_platform_data *pdata) __init;
#endif /* _ATH79_DEV_M25P80_H */