aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGeorge Cherian <george.cherian@ti.com>2014-05-02 12:01:59 +0530
committerDavid S. Miller <davem@davemloft.net>2014-05-05 13:18:49 -0400
commit0987a6ef94238097a380aa5e8a69a74393baa5be (patch)
treeb7e48bab596d90f14f2c4a9d67d292ab5843c934 /arch
parentunregister_netdevice : move RTM_DELLINK to until after ndo_uninit (diff)
downloadlinux-dev-0987a6ef94238097a380aa5e8a69a74393baa5be.tar.xz
linux-dev-0987a6ef94238097a380aa5e8a69a74393baa5be.zip
ARM: dts: am33xx: Add clock names for cpsw and cpts
Add CPSW fck and CPTS clock and clock names Signed-off-by: George Cherian <george.cherian@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 9770e35f2536..d1e2b363f927 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -665,6 +665,8 @@
mac: ethernet@4a100000 {
compatible = "ti,cpsw";
ti,hwmods = "cpgmac0";
+ clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>;
+ clock-names = "fck", "cpts";
cpdma_channels = <8>;
ale_entries = <1024>;
bd_ram_size = <0x2000>;