aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-08 08:25:22 +0000
committerJohn Crispin <blogic@openwrt.org>2016-02-08 08:25:22 +0000
commitc149f7360578de58131478194ba233f1bbaba661 (patch)
tree1a04ba6bb31bd3ef8ab93cb66012270258b52534 /target/linux/lantiq
parent4db3cf714437327d0c3432379042266645cde248 (diff)
downloadmaster-187ad058-c149f7360578de58131478194ba233f1bbaba661.tar.gz
master-187ad058-c149f7360578de58131478194ba233f1bbaba661.tar.bz2
master-187ad058-c149f7360578de58131478194ba233f1bbaba661.zip
lantiq: BTHOMEHUBV5A - explicit select the flash device
The stock u-boot doesn't disable unused flash banks. Therefore, the nand driver tries to initialize a not connected NOR flash and the device hangs on boot. Workaround the issue by selecting the second flash bank (NAND). Signed-off-by: Mathias Kresin <openwrt@kresin.me> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/dts/BTHOMEHUBV5A.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
index 414d4bb8c4..9283f62365 100644
--- a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
+++ b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
@@ -28,7 +28,7 @@
compatible = "gen_nand", "lantiq,nand-xway";
lantiq,cs = <1>;
bank-width = <2>;
- reg = <0 0x0 0x2000000>;
+ reg = <0x1 0x0 0x2000000>;
#address-cells = <1>;
#size-cells = <1>;