Skip to content

Commit e779d62

Browse files
committed
dts: r4pro: add eth-mux (now working so far)
1 parent 03fb039 commit e779d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-8x.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"mediatek,mt7988a";
77
};
88

9-
/*&eth {
9+
&eth {
1010
mux: mux-bus {
1111
#address-cells = <1>;
1212
#size-cells = <0>;
1313
mux1: ethernet-mux@1 {
1414
compatible = "mediatek,eth-mux";
15-
reg = <1>;
15+
reg = <1>; //map to gmac1
1616
chan-sel-gpios = <&pio 3 GPIO_ACTIVE_HIGH>;
1717
mod-def0-gpios = <&pio 1 GPIO_ACTIVE_LOW>; //also moddef0 of sfp2
1818
sfp-present-channel = <1>;
@@ -35,7 +35,7 @@
3535
};
3636
};
3737
};
38-
};*/
38+
};
3939

4040
&gmac1 {
4141
phy-mode = "usxgmii";

0 commit comments

Comments
 (0)