diff options
author | George Cherian <george.cherian@ti.com> | 2014-05-02 02:32:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-05 13:18:50 -0400 |
commit | de21b26e51d1ab35696b99a29afc30582cfda031 (patch) | |
tree | 8ba8dfc3b5b59768750c5a572700e62745b42d0a /arch/arm/boot | |
parent | f9786f419d58fc6667ba07a5590640112b31ba64 (diff) |
ARM: dts: am4372: Add clock names for cpsw and cpts
Add CPSW fck and CPTS clock and clock names for AM4372
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 36d523a26831..c2779f653020 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi | |||
@@ -489,6 +489,8 @@ | |||
489 | #address-cells = <1>; | 489 | #address-cells = <1>; |
490 | #size-cells = <1>; | 490 | #size-cells = <1>; |
491 | ti,hwmods = "cpgmac0"; | 491 | ti,hwmods = "cpgmac0"; |
492 | clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>; | ||
493 | clock-names = "fck", "cpts"; | ||
492 | status = "disabled"; | 494 | status = "disabled"; |
493 | cpdma_channels = <8>; | 495 | cpdma_channels = <8>; |
494 | ale_entries = <1024>; | 496 | ale_entries = <1024>; |