diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-12-08 18:17:30 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-11 19:28:36 +0300 |
commit | 0537634f7ecccc519bcf3a28f84a16585c25e7fb (patch) | |
tree | 810a5d7cd055362867a497a4d935733b3bc5a9dc /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | 1839533f69948023c4d978a14bf15bffdf6d3dfd (diff) | |
download | linux-0537634f7ecccc519bcf3a28f84a16585c25e7fb.tar.xz |
ARM: dts: am33xx: add clkctrl nodes
Add clkctrl nodes for AM33xx SoC. These are going to be acting as
replacement for part of the existing clock data and the existing
clkctrl hooks under hwmod data.
This patch also removes any obsolete clock nodes, and reroutes all users
for these to use the new clkctrl clocks instead.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 9ba4b18c0cb2..fa608cd5dc14 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -722,6 +722,6 @@ }; &rtc { - clocks = <&clk_32768_ck>, <&clkdiv32k_ick>; + clocks = <&clk_32768_ck>, <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>; clock-names = "ext-clk", "int-clk"; }; |