diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-08-31 18:14:49 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-10-18 20:04:00 +0300 |
commit | 69fd70c7ff31d3f00833c472c3994a02bb0ab287 (patch) | |
tree | a35eb75bd8767007020b31cc9dfd984fe5320453 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | cdb07cce5f54784c46aa2eb2260e4233ce9b66b5 (diff) | |
download | linux-69fd70c7ff31d3f00833c472c3994a02bb0ab287.tar.xz |
ARM: dts: am33xx: convert to use new clkctrl layout
Convert AM33xx to use the new clockdomain based layout. Previously the
clkctrl split was based on CM instance boundaries. The new layout
helps with introducing the interconnect driver instances.
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 245868f58fe3..88b41f8d08ae 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -738,6 +738,6 @@ }; &rtc { - clocks = <&clk_32768_ck>, <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>; + clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>; clock-names = "ext-clk", "int-clk"; }; |