summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-baltos-ir3220.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2021-06-12 04:14:22 +0300
committerTony Lindgren <tony@atomide.com>2021-08-06 09:25:33 +0300
commit1c7ba565e70365763ea780666a3eee679344b962 (patch)
treee2dde9fa2d5f7934c1f09f796bb7dcb55393db15 /arch/arm/boot/dts/am335x-baltos-ir3220.dts
parent8c054cd2818ea08555efe24a2ffde330833c2f3f (diff)
downloadlinux-1c7ba565e70365763ea780666a3eee679344b962.tar.bz2
ARM: dts: am335x-baltos: switch to new cpsw switch drv
The dual_mac mode has been preserved the same way between legacy and new driver, and one port devices works the same as 1 dual_mac port - it's safe to switch drivers. So, switch OnRISC Baltos and NetCom/Cam boards to use new cpsw switch driver. Those boards have or 2 Ext. port wired and configured in dual_mac mode by default, or only 1 Ext. port. Cc: Yegor Yefremov <yegorslists@googlemail.com> Cc: Christina Quast <cquast@hanoverdisplays.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-baltos-ir3220.dts')
-rw-r--r--arch/arm/boot/dts/am335x-baltos-ir3220.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am335x-baltos-ir3220.dts b/arch/arm/boot/dts/am335x-baltos-ir3220.dts
index d8d60398d803..2123bd589484 100644
--- a/arch/arm/boot/dts/am335x-baltos-ir3220.dts
+++ b/arch/arm/boot/dts/am335x-baltos-ir3220.dts
@@ -103,18 +103,18 @@
dr_mode = "host";
};
-&cpsw_emac0 {
+&cpsw_port1 {
phy-mode = "rmii";
- dual_emac_res_vlan = <1>;
+ ti,dual-emac-pvid = <1>;
fixed-link {
speed = <100>;
full-duplex;
};
};
-&cpsw_emac1 {
+&cpsw_port2 {
phy-mode = "rgmii-id";
- dual_emac_res_vlan = <2>;
+ ti,dual-emac-pvid = <2>;
phy-handle = <&phy1>;
};