diff options
author | George Cherian <george.cherian@ti.com> | 2014-06-06 11:47:34 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-06-16 05:02:27 -0700 |
commit | fe797553e7f1acbce807e2ee3d86ca01c0e28b92 (patch) | |
tree | 2d077f18bcb7e8add9694a76fa5237470e2b8515 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | 05e7d1a57a268b491d0e24952d219a73c62bd3df (diff) | |
download | blackbird-obmc-linux-fe797553e7f1acbce807e2ee3d86ca01c0e28b92.tar.gz blackbird-obmc-linux-fe797553e7f1acbce807e2ee3d86ca01c0e28b92.zip |
ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evm
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>
Diffstat (limited to 'arch/arm/boot/dts/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 19f1f7e87597..90098f98a5c8 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -319,6 +319,10 @@ phy-mode = "rmii"; }; +&phy_sel { + rmii-clock-ext; +}; + &i2c0 { status = "okay"; pinctrl-names = "default"; |