Skip to content

Commit

Permalink
ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry
Browse files Browse the repository at this point in the history
On am438x EPOS boards there is only one ethernet port, remove extra
port definition.

This boot log warnings during PHY detection.

Signed-off-by: Yogesh Siraswar <[email protected]>
Signed-off-by: Andrew F. Davis <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
yogeshs-ti authored and tmlind committed Sep 19, 2017
1 parent cddfae2 commit 4afa616
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/boot/dts/am43x-epos-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;
status = "okay";
slaves = <1>;
};

&davinci_mdio {
Expand All @@ -402,11 +403,6 @@
phy-mode = "rmii";
};

&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
phy-mode = "rmii";
};

&phy_sel {
rmii-clock-ext;
};
Expand Down

0 comments on commit 4afa616

Please sign in to comment.