summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-08-25 22:04:53 +0000
committerJonas Gorski <jogo@openwrt.org>2015-08-25 22:04:53 +0000
commit77a70a071619c12b71990180f3440dfdcd5962bd (patch)
treeee8f61919c1c952ef08ab11d5ca58e7767e5abf1 /target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch
parent7a68c31a819ee640e529b629f1457ab0b87add6b (diff)
downloadmaster-31e0f0ae-77a70a071619c12b71990180f3440dfdcd5962bd.tar.gz
master-31e0f0ae-77a70a071619c12b71990180f3440dfdcd5962bd.tar.bz2
master-31e0f0ae-77a70a071619c12b71990180f3440dfdcd5962bd.zip
brcm63xx: enable dual rx/tx spi support for hsspi
should improve flash access times. Should be harmless to gnerally enable regardless if a flash supporting dual reads is attached. In doubt, spi-nor will just fall back to serial reads. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46725
Diffstat (limited to 'target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch')
-rw-r--r--target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch b/target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch
index 44763bb256..d874059410 100644
--- a/target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch
+++ b/target/linux/brcm63xx/patches-4.1/415-MIPS-BCM63XX-export-the-attached-flash-type.patch
@@ -11,7 +11,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
--- a/arch/mips/bcm63xx/dev-flash.c
+++ b/arch/mips/bcm63xx/dev-flash.c
-@@ -250,3 +250,8 @@ int __init bcm63xx_flash_register(void)
+@@ -252,3 +252,8 @@ int __init bcm63xx_flash_register(void)
return -ENODEV;
}
}