Commit ea952beb authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Tony Lindgren

ARM: dts: beagle-x15: switch to new cpsw switch drv

Switch all TI AM5728 BeagleBoard-X15 boards to use new cpsw switch driver.
Those boards have 2 Ext. port wired and configured in dual_mac mode by
default. Hence, dual_mac mode has been preserved the same way between
legacy and new driver it's safe to switch drivers.
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d56fe359
...@@ -451,7 +451,7 @@ &uart3 { ...@@ -451,7 +451,7 @@ &uart3 {
<&dra7_pmx_core 0x3f8>; <&dra7_pmx_core 0x3f8>;
}; };
&davinci_mdio { &davinci_mdio_sw {
phy0: ethernet-phy@1 { phy0: ethernet-phy@1 {
reg = <1>; reg = <1>;
}; };
...@@ -461,21 +461,20 @@ phy1: ethernet-phy@2 { ...@@ -461,21 +461,20 @@ phy1: ethernet-phy@2 {
}; };
}; };
&mac { &mac_sw {
status = "okay"; status = "okay";
dual_emac;
}; };
&cpsw_emac0 { &cpsw_port1 {
phy-handle = <&phy0>; phy-handle = <&phy0>;
phy-mode = "rgmii-rxid"; phy-mode = "rgmii-rxid";
dual_emac_res_vlan = <1>; ti,dual-emac-pvid = <1>;
}; };
&cpsw_emac1 { &cpsw_port2 {
phy-handle = <&phy1>; phy-handle = <&phy1>;
phy-mode = "rgmii-rxid"; phy-mode = "rgmii-rxid";
dual_emac_res_vlan = <2>; ti,dual-emac-pvid = <2>;
}; };
&mmc1 { &mmc1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment