diff options
author | George Cherian <george.cherian@ti.com> | 2014-05-02 02:31:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-05 13:18:49 -0400 |
commit | 0987a6ef94238097a380aa5e8a69a74393baa5be (patch) | |
tree | b7e48bab596d90f14f2c4a9d67d292ab5843c934 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 56bfa7ee7c8892f1aa61797e4b8fec84b31d29b3 (diff) |
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/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
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 @@ | |||
665 | mac: ethernet@4a100000 { | 665 | mac: ethernet@4a100000 { |
666 | compatible = "ti,cpsw"; | 666 | compatible = "ti,cpsw"; |
667 | ti,hwmods = "cpgmac0"; | 667 | ti,hwmods = "cpgmac0"; |
668 | clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>; | ||
669 | clock-names = "fck", "cpts"; | ||
668 | cpdma_channels = <8>; | 670 | cpdma_channels = <8>; |
669 | ale_entries = <1024>; | 671 | ale_entries = <1024>; |
670 | bd_ram_size = <0x2000>; | 672 | bd_ram_size = <0x2000>; |