ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evm
authorGeorge Cherian <george.cherian@ti.com>
Fri, 6 Jun 2014 06:17:34 +0000 (11:47 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 16 Jun 2014 12:02:27 +0000 (05:02 -0700)
AM437x EPOS evm use external clock for RMII interface.
Enable the same in DT.

Signed-off-by: George Cherian <george.cherian@ti.com>
Reported-by: Nishanth Menon <nm@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am43x-epos-evm.dts

index 19f1f7e87597d3016f6b19aecac5af5b54bdf46b..90098f98a5c8fd7c0d94cf92c1e81b3930809e9c 100644 (file)
        phy-mode = "rmii";
 };
 
+&phy_sel {
+       rmii-clock-ext;
+};
+
 &i2c0 {
        status = "okay";
        pinctrl-names = "default";
This page took 0.027707 seconds and 5 git commands to generate.