summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-bone-common.dtsi
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-12-08 16:17:30 +0100
committerTony Lindgren <tony@atomide.com>2017-12-11 17:28:36 +0100
commit0537634f7ecccc519bcf3a28f84a16585c25e7fb (patch)
tree810a5d7cd055362867a497a4d935733b3bc5a9dc /arch/arm/boot/dts/am335x-bone-common.dtsi
parentARM: dts: dra7: add clkctrl nodes (diff)
downloadlinux-0537634f7ecccc519bcf3a28f84a16585c25e7fb.tar.xz
linux-0537634f7ecccc519bcf3a28f84a16585c25e7fb.zip
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-bone-common.dtsi')
-rw-r--r--arch/arm/boot/dts/am335x-bone-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
index 48a15fc641f2..e67b4d65c8d0 100644
--- a/arch/arm/boot/dts/am335x-bone-common.dtsi
+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
@@ -409,6 +409,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";
};