Author: blogic Date: 2016-02-08 09:25:22 +0100 (Mon, 08 Feb 2016) New Revision: 48657
Modified: trunk/target/linux/lantiq/dts/BTHOMEHUBV5A.dts Log: 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 <[email protected]> Acked-by: Martin Blumenstingl <[email protected]> Modified: trunk/target/linux/lantiq/dts/BTHOMEHUBV5A.dts =================================================================== --- trunk/target/linux/lantiq/dts/BTHOMEHUBV5A.dts 2016-02-08 08:25:15 UTC (rev 48656) +++ trunk/target/linux/lantiq/dts/BTHOMEHUBV5A.dts 2016-02-08 08:25:22 UTC (rev 48657) @@ -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>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
