mediatek: fix switch mdio id on mt7622-rfb1 on linux 6.12
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
88f4c32060
commit
e618ad06b3
1 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,18 @@
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -134,9 +133,9 @@
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
- switch@0 {
|
||||||
|
+ switch@1f {
|
||||||
|
compatible = "mediatek,mt7531";
|
||||||
|
- reg = <0>;
|
||||||
|
+ reg = <31>;
|
||||||
|
reset-gpios = <&pio 54 0>;
|
||||||
|
|
||||||
|
ports {
|
||||||
@@ -145,22 +144,22 @@
|
@@ -145,22 +144,22 @@
|
||||||
|
|
||||||
port@0 {
|
port@0 {
|
||||||
|
|
Loading…
Reference in a new issue