123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- From 64ef7e977767e3b1305fb94a5169d8b7d3b19b6c Mon Sep 17 00:00:00 2001
- From: Weijie Gao <[email protected]>
- Date: Wed, 19 Jul 2023 17:17:18 +0800
- Subject: [PATCH 21/29] arm: dts: mediatek: convert gmac link mode to
- 2500base-x
- Now that individual 2.5Gbps SGMII support has been added to
- mtk-eth, all boards that use 2.5Gbps link with mt7531 must be
- converted to use "2500base-x" instead of "sgmii".
- Signed-off-by: Weijie Gao <[email protected]>
- [also convert BPi-R3]
- Signed-off-by: Daniel Golle <[email protected]>
- ---
- arch/arm/dts/mt7622-bananapi-bpi-r64.dts | 4 ++--
- arch/arm/dts/mt7622-rfb.dts | 4 ++--
- arch/arm/dts/mt7629-rfb.dts | 4 ++--
- arch/arm/dts/mt7981-emmc-rfb.dts | 4 ++--
- arch/arm/dts/mt7981-rfb.dts | 4 ++--
- arch/arm/dts/mt7981-sd-rfb.dts | 4 ++--
- arch/arm/dts/mt7986a-bpi-r3-sd.dts | 4 ++--
- arch/arm/dts/mt7986a-rfb.dts | 4 ++--
- arch/arm/dts/mt7986a-sd-rfb.dts | 4 ++--
- arch/arm/dts/mt7986b-rfb.dts | 4 ++--
- arch/arm/dts/mt7986b-sd-rfb.dts | 4 ++--
- 11 files changed, 22 insertions(+), 22 deletions(-)
- --- a/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
- +++ b/arch/arm/dts/mt7622-bananapi-bpi-r64.dts
- @@ -224,12 +224,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 54 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7622-rfb.dts
- +++ b/arch/arm/dts/mt7622-rfb.dts
- @@ -240,12 +240,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 54 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7629-rfb.dts
- +++ b/arch/arm/dts/mt7629-rfb.dts
- @@ -25,12 +25,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7981-emmc-rfb.dts
- +++ b/arch/arm/dts/mt7981-emmc-rfb.dts
- @@ -46,12 +46,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7981-rfb.dts
- +++ b/arch/arm/dts/mt7981-rfb.dts
- @@ -37,12 +37,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7981-sd-rfb.dts
- +++ b/arch/arm/dts/mt7981-sd-rfb.dts
- @@ -46,12 +46,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7986a-bpi-r3-sd.dts
- +++ b/arch/arm/dts/mt7986a-bpi-r3-sd.dts
- @@ -76,12 +76,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7986a-rfb.dts
- +++ b/arch/arm/dts/mt7986a-rfb.dts
- @@ -55,12 +55,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7986a-sd-rfb.dts
- +++ b/arch/arm/dts/mt7986a-sd-rfb.dts
- @@ -47,12 +47,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7986b-rfb.dts
- +++ b/arch/arm/dts/mt7986b-rfb.dts
- @@ -46,12 +46,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
- --- a/arch/arm/dts/mt7986b-sd-rfb.dts
- +++ b/arch/arm/dts/mt7986b-sd-rfb.dts
- @@ -47,12 +47,12 @@
- ð {
- status = "okay";
- mediatek,gmac-id = <0>;
- - phy-mode = "sgmii";
- + phy-mode = "2500base-x";
- mediatek,switch = "mt7531";
- reset-gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
-
- fixed-link {
- - speed = <1000>;
- + speed = <2500>;
- full-duplex;
- };
- };
|