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

ARM: dts: am57xx-cl-som-am57x: switch to new cpsw switch drv

Switch CompuLab CL-SOM-AM57x board to use new cpsw switch driver. Those
board 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 56d6c721
...@@ -546,27 +546,26 @@ touchscreen@1 { ...@@ -546,27 +546,26 @@ touchscreen@1 {
}; };
}; };
&mac { &mac_sw {
status = "okay"; status = "okay";
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_pins_default>; pinctrl-0 = <&cpsw_pins_default>;
pinctrl-1 = <&cpsw_pins_sleep>; pinctrl-1 = <&cpsw_pins_sleep>;
dual_emac;
}; };
&cpsw_emac0 { &cpsw_port1 {
phy-handle = <&ethphy0>; phy-handle = <&ethphy0>;
phy-mode = "rgmii-txid"; phy-mode = "rgmii-txid";
dual_emac_res_vlan = <0>; ti,dual-emac-pvid = <1>;
}; };
&cpsw_emac1 { &cpsw_port2 {
phy-handle = <&ethphy1>; phy-handle = <&ethphy1>;
phy-mode = "rgmii-txid"; phy-mode = "rgmii-txid";
dual_emac_res_vlan = <1>; ti,dual-emac-pvid = <2>;
}; };
&davinci_mdio { &davinci_mdio_sw {
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_pins_default>; pinctrl-0 = <&davinci_mdio_pins_default>;
pinctrl-1 = <&davinci_mdio_pins_sleep>; pinctrl-1 = <&davinci_mdio_pins_sleep>;
......
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