aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra76-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2020-09-07 23:21:23 +0300
committerTony Lindgren <tony@atomide.com>2020-09-10 12:51:22 +0300
commit56d6c721f2dc618b0aa19f457c3e19547390e4a7 (patch)
treec863771f0d179c55001af1458680ba367659c077 /arch/arm/boot/dts/dra76-evm.dts
parentARM: dts: beagle-x15: switch to new cpsw switch drv (diff)
downloadlinux-dev-56d6c721f2dc618b0aa19f457c3e19547390e4a7.tar.xz
linux-dev-56d6c721f2dc618b0aa19f457c3e19547390e4a7.zip
ARM: dts: dra7x-evm: switch to new cpsw switch drv
Switch all TI DRA7x boards to use new cpsw switch driver. Those boards 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: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra76-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra76-evm.dts14
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
index 81590ef36937..9bd01ae40b1d 100644
--- a/arch/arm/boot/dts/dra76-evm.dts
+++ b/arch/arm/boot/dts/dra76-evm.dts
@@ -475,25 +475,23 @@
status = "disabled";
};
-&mac {
+&mac_sw {
status = "okay";
-
- dual_emac;
};
-&cpsw_emac0 {
+&cpsw_port1 {
phy-handle = <&dp83867_0>;
phy-mode = "rgmii-id";
- dual_emac_res_vlan = <1>;
+ ti,dual-emac-pvid = <1>;
};
-&cpsw_emac1 {
+&cpsw_port2 {
phy-handle = <&dp83867_1>;
phy-mode = "rgmii-id";
- dual_emac_res_vlan = <2>;
+ ti,dual-emac-pvid = <2>;
};
-&davinci_mdio {
+&davinci_mdio_sw {
dp83867_0: ethernet-phy@2 {
reg = <2>;
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;