Re: [OpenWrt-Devel] [PATCH] lantiq: BTHOMEHUBV5A - explicit select the flash device

2016-02-06 Thread Martin Blumenstingl
On Tue, Feb 2, 2016 at 11:32 PM, Mathias Kresin  wrote:
> 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 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] lantiq: BTHOMEHUBV5A - explicit select the flash device

2016-02-02 Thread Mathias Kresin
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 
---
 target/linux/lantiq/dts/BTHOMEHUBV5A.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts 
b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
index 414d4bb..9283f62 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 0x200>;
+   reg = <0x1 0x0 0x200>;
#address-cells = <1>;
#size-cells = <1>;
 
-- 
1.9.1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel