This option was a spi nor hack which is dropped in commit bcf4a5f474d1
("ramips: remove chunked-io patch and set spi->max_transfer_size instead")

Most of it has already been removed in
be2b61e4f1ec ("ramips: drop m25p,chunked-io from dts")

It seems all current usages were added after that. Remove them.

Cc: Chuanhong Guo <gch981...@gmail.com>
Reported-by: Sungbo Eo <man...@gorani.run>
Signed-off-by: Adrian Schmutzler <freif...@adrianschmutzler.de>
---
 target/linux/ramips/dts/mt7628an_jotale_js76x8.dtsi       | 1 -
 target/linux/ramips/dts/mt7628an_tplink_tl-wr841n-v14.dts | 1 -
 target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts     | 1 -
 3 files changed, 3 deletions(-)

diff --git a/target/linux/ramips/dts/mt7628an_jotale_js76x8.dtsi 
b/target/linux/ramips/dts/mt7628an_jotale_js76x8.dtsi
index 61c5d7b7c4..9bd1da4443 100644
--- a/target/linux/ramips/dts/mt7628an_jotale_js76x8.dtsi
+++ b/target/linux/ramips/dts/mt7628an_jotale_js76x8.dtsi
@@ -62,7 +62,6 @@
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <40000000>;
-               m25p,chunked-io = <32>;
 
                partitions {
                        compatible = "fixed-partitions";
diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-wr841n-v14.dts 
b/target/linux/ramips/dts/mt7628an_tplink_tl-wr841n-v14.dts
index b33c2ecae8..9731008aea 100644
--- a/target/linux/ramips/dts/mt7628an_tplink_tl-wr841n-v14.dts
+++ b/target/linux/ramips/dts/mt7628an_tplink_tl-wr841n-v14.dts
@@ -65,7 +65,6 @@
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
-               m25p,chunked-io = <32>;
 
                partitions {
                        compatible = "fixed-partitions";
diff --git a/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts 
b/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts
index 0aeff750e9..25a3795958 100644
--- a/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts
+++ b/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts
@@ -120,7 +120,6 @@
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <40000000>;
-               m25p,chunked-io = <31>;
 
                partitions {
                        compatible = "fixed-partitions";
-- 
2.20.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to