aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_widora_neo.dtsi
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2021-09-10 22:06:10 -0400
committerChristian Lamparter <chunkeey@gmail.com>2022-01-15 17:12:12 +0100
commit74516f4357d281f093f0daac01c4c5c239acc443 (patch)
tree3fb67c9db97ed1a0ce9ef3c923b1d04749b9cab4 /target/linux/ramips/dts/mt7628an_widora_neo.dtsi
parentdaae59b729987f4a27ee5986bab02f8a2bdb6ef7 (diff)
downloadupstream-74516f4357d281f093f0daac01c4c5c239acc443.tar.gz
upstream-74516f4357d281f093f0daac01c4c5c239acc443.tar.bz2
upstream-74516f4357d281f093f0daac01c4c5c239acc443.zip
ramips: fix reboot for remaining 32 MB boards
The following devices have a Winbond W25Q256FV flash chip, which does not have the RESET pin enabled by default, and otherwise would require setting a bit in a status register. Before moving to Linux 5.4, we had the patch: 0053-mtd-spi-nor-add-w25q256-3b-mode-switch.patch which kept specific flash chips with explicit 3-byte and 4-byte address modes to stay in 3-byte address mode while idle (after an erase or write) by using a custom flag SPI_NOR_4B_READ_OP that was part of the patch. this was obsoleted by the patch: 481-mtd-spi-nor-rework-broken-flash-reset-support.patch which uses the newer upstream flag SNOR_F_BROKEN_RESET for devices with a flash chip that cannot be hardware reset with RESET pin and therefore must be left in 3-byte address mode when idle. The new patch requires that the DTS of affected devices have the property "broken-flash-reset", which was not yet added for most of them. This commit adds the property for remaining affected devices in ramips target, specifically because of the flash chip model. However, it is possible that there are other devices where the flash chip uses an explicit 4-byte address mode and the RESET pin is not connected to the SOC on the board, and those DTS would also need this property. Ref: 22d982ea0033 ("ramips: add support for switching between 3-byte and 4-byte addressing") Ref: dfa521f12953 ("generic: spi-nor: rework broken-flash-reset") Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_widora_neo.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7628an_widora_neo.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_widora_neo.dtsi b/target/linux/ramips/dts/mt7628an_widora_neo.dtsi
index 74f865aac9..fd146e9264 100644
--- a/target/linux/ramips/dts/mt7628an_widora_neo.dtsi
+++ b/target/linux/ramips/dts/mt7628an_widora_neo.dtsi
@@ -52,7 +52,7 @@
pinctrl-names = "default";
pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
- flash@0 {
+ flash0: flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;