mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-23 15:13:11 +00:00
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> SVN-Revision: 48657
This commit is contained in:
parent
c3fc71527d
commit
7c0009a52e
@ -28,7 +28,7 @@
|
|||||||
compatible = "gen_nand", "lantiq,nand-xway";
|
compatible = "gen_nand", "lantiq,nand-xway";
|
||||||
lantiq,cs = <1>;
|
lantiq,cs = <1>;
|
||||||
bank-width = <2>;
|
bank-width = <2>;
|
||||||
reg = <0 0x0 0x2000000>;
|
reg = <0x1 0x0 0x2000000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user