forked from Openwrt/openwrt
ed29c31972
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@nbd.name>
29 lines
688 B
Diff
29 lines
688 B
Diff
--- 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@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 {
|