diff options
author | Daniel Golle <daniel@makrotopia.org> | 2024-05-04 00:14:48 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-05-04 00:15:57 +0100 |
commit | 6bb2551343fb53423c7129e93fee3b1abde402d1 (patch) | |
tree | 71f95ced21d62048eec59ea4b3b00944c24bc8a5 | |
parent | 3f7d8e20cd1b56bf6c8e20cb984724ae1fa7525c (diff) | |
download | openwrt-6bb2551343fb53423c7129e93fee3b1abde402d1.tar.gz openwrt-6bb2551343fb53423c7129e93fee3b1abde402d1.tar.bz2 openwrt-6bb2551343fb53423c7129e93fee3b1abde402d1.zip |
Revert "mediatek: backport mt7622 dts fix for mt7531 switch id to 6.1"
This reverts commit 3fe239fcf8d0ea91b947af25fd28a6133aba93c6.
Now that we switched to Linux 6.6 this is no longer needed, and resulted
in a left-over file because it's removal was not included in the commit
removing all the other files intended for Linux 6.1.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | target/linux/mediatek/patches-6.1/181-mt7622_fix_dts_mt7531_reg.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/mediatek/patches-6.1/181-mt7622_fix_dts_mt7531_reg.patch b/target/linux/mediatek/patches-6.1/181-mt7622_fix_dts_mt7531_reg.patch deleted file mode 100644 index 3d2c2c1dec..0000000000 --- a/target/linux/mediatek/patches-6.1/181-mt7622_fix_dts_mt7531_reg.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts -+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts -@@ -152,9 +152,9 @@ - #address-cells = <1>; - #size-cells = <0>; - -- switch@0 { -+ switch@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@0 { -+ switch@1f { - compatible = "mediatek,mt7531"; -- reg = <0>; -+ reg = <31>; - reset-gpios = <&pio 54 0>; - - ports { |