* [PATCH] ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA.
@ 2014-06-25 11:42 Enric Balletbo i Serra
2014-07-07 11:50 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Enric Balletbo i Serra @ 2014-06-25 11:42 UTC (permalink / raw)
To: linux-arm-kernel
As this board use external clock for RMII interface we should specify 'rmii'
phy mode and 'rmii-clock-ext' to make ethernet working.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
---
arch/arm/boot/dts/am335x-igep0033.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
index 8a0a72d..a1a0cc5 100644
--- a/arch/arm/boot/dts/am335x-igep0033.dtsi
+++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
@@ -105,10 +105,16 @@
&cpsw_emac0 {
phy_id = <&davinci_mdio>, <0>;
+ phy-mode = "rmii";
};
&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
+ phy-mode = "rmii";
+};
+
+&phy_sel {
+ rmii-clock-ext;
};
&elm {
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA.
2014-06-25 11:42 [PATCH] ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA Enric Balletbo i Serra
@ 2014-07-07 11:50 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2014-07-07 11:50 UTC (permalink / raw)
To: linux-arm-kernel
* Enric Balletbo i Serra <eballetbo@iseebcn.com> [140625 04:44]:
> As this board use external clock for RMII interface we should specify 'rmii'
> phy mode and 'rmii-clock-ext' to make ethernet working.
Thanks applying into omap-for-v3.16/fixes.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-07 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 11:42 [PATCH] ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA Enric Balletbo i Serra
2014-07-07 11:50 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).