mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-18 20:01:51 +00:00
mediatek: fix switch mdio id on mt7622-rfb1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
dfe0b80115
commit
b8e5d38d34
@ -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 New Issue
Block a user