Commit 4afa616c authored by Yogesh Siraswar's avatar Yogesh Siraswar Committed by Tony Lindgren

ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry

On am438x EPOS boards there is only one ethernet port, remove extra
port definition.

This boot log warnings during PHY detection.
Signed-off-by: default avatarYogesh Siraswar <yogeshs@ti.com>
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent cddfae25
...@@ -388,6 +388,7 @@ &mac { ...@@ -388,6 +388,7 @@ &mac {
pinctrl-0 = <&cpsw_default>; pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>; pinctrl-1 = <&cpsw_sleep>;
status = "okay"; status = "okay";
slaves = <1>;
}; };
&davinci_mdio { &davinci_mdio {
...@@ -402,11 +403,6 @@ &cpsw_emac0 { ...@@ -402,11 +403,6 @@ &cpsw_emac0 {
phy-mode = "rmii"; phy-mode = "rmii";
}; };
&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
phy-mode = "rmii";
};
&phy_sel { &phy_sel {
rmii-clock-ext; rmii-clock-ext;
}; };
......
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