[openwrt/openwrt] ramips: add broken-flash-reset for HLK-7621A EvB

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 6 15:41:25 PDT 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739

commit 9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739
Author: Wout Bertrums <wout at wbnet.eu>
AuthorDate: Fri Nov 5 15:09:28 2021 +0100

    ramips: add broken-flash-reset for HLK-7621A EvB
    
    This is needed because the HLK-7621 EvB has 32MB of flash,
    so it will have to use 4B addressing and the
    broken-flash-reset hack has to be used to be able to reboot.
    
    Signed-off-by: Wout Bertrums <wout at wbnet.eu>
    [copied github message into commit message]
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts b/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts
index 4b807fcaa5..9776f43e02 100644
--- a/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts
+++ b/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts
@@ -27,6 +27,7 @@
 		compatible = "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <44000000>;
+		broken-flash-reset;
 
 		partitions {
 			compatible = "fixed-partitions";



More information about the lede-commits mailing list