forked from Openwrt/openwrt
2eef4f7354
The IXP4xx is well supported upstream and can readily be supported with kernel v6.6. To simplify things after the DTS directory was renamed, switch to v6.6 only. Bring in some outstanding patches. Tested on the Gateworks GW2348-4. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
26 lines
937 B
Diff
26 lines
937 B
Diff
From 89eccb6726d93c9c78997e91bd641b0e46bc3c5f Mon Sep 17 00:00:00 2001
|
|
From: Linus Walleij <linus.walleij@linaro.org>
|
|
Date: Fri, 8 Sep 2023 12:49:48 +0200
|
|
Subject: [PATCH] ARM: dts: ixp4xx-nslu2: Enable write on flash
|
|
|
|
To upgrade the firmware and similar, the flash needs write
|
|
access.
|
|
|
|
Link: https://lore.kernel.org/r/20230908-ixp4xx-dts-v1-1-98d36264ed6d@linaro.org
|
|
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
|
---
|
|
arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts
|
|
+++ b/arch/arm/boot/dts/intel/ixp/intel-ixp42x-linksys-nslu2.dts
|
|
@@ -101,6 +101,8 @@
|
|
flash@0,0 {
|
|
compatible = "intel,ixp4xx-flash", "cfi-flash";
|
|
bank-width = <2>;
|
|
+ /* Enable writes on the expansion bus */
|
|
+ intel,ixp4xx-eb-write-enable = <1>;
|
|
/*
|
|
* 8 MB of Flash in 0x20000 byte blocks
|
|
* mapped in at CS0.
|