From: blogic Date: Mon, 8 Feb 2016 08:25:22 +0000 (+0000) Subject: lantiq: BTHOMEHUBV5A - explicit select the flash device X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ed890970b9a62d4aedc171bc3c4e271ab111f744;p=openwrt.git 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 Acked-by: Martin Blumenstingl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48657 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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>;