[openwrt/openwrt] mediatek: fix remaining invalid MT7531 switch reg IDs

LEDE Commits lede-commits at lists.infradead.org
Mon Apr 29 03:00:27 PDT 2024


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ed29c3197257a89645e43ef74c90e562c5103b4d

commit ed29c3197257a89645e43ef74c90e562c5103b4d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Apr 29 11:56:26 2024 +0200

    mediatek: fix remaining invalid MT7531 switch reg IDs
    
    See commit 8b66f1a06d05afbc1450978f6e20516c8308da25:
    "mediatek: correct address of MT753x switch IC"
    
    Fixes: ac8bfe316b81 ("generic: 6.1, 6.6: mt7530: import accepted patches")
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 .../107-mt7622_fix_dts_mt7531_reg.patch            | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/target/linux/mediatek/patches-6.6/107-mt7622_fix_dts_mt7531_reg.patch b/target/linux/mediatek/patches-6.6/107-mt7622_fix_dts_mt7531_reg.patch
new file mode 100644
index 0000000000..75a9c55f92
--- /dev/null
+++ b/target/linux/mediatek/patches-6.6/107-mt7622_fix_dts_mt7531_reg.patch
@@ -0,0 +1,28 @@
+--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
++++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
+@@ -145,9 +145,9 @@
+ 		#address-cells = <1>;
+ 		#size-cells = <0>;
+ 
+-		switch at 0 {
++		switch at 1f {
+ 			compatible = "mediatek,mt7531";
+-			reg = <0>;
++			reg = <31>;
+ 			interrupt-controller;
+ 			#interrupt-cells = <1>;
+ 			interrupt-parent = <&pio>;
+--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
++++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
+@@ -117,9 +117,9 @@
+ 		#address-cells = <1>;
+ 		#size-cells = <0>;
+ 
+-		switch at 0 {
++		switch at 1f {
+ 			compatible = "mediatek,mt7531";
+-			reg = <0>;
++			reg = <31>;
+ 			reset-gpios = <&pio 54 0>;
+ 
+ 			ports {




More information about the lede-commits mailing list