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/am33xx.dtsi | |
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/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index d3dd6a16e70a..44240c797e2c 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -581,7 +581,7 @@ interrupts = <75 76>; ti,hwmods = "rtc"; - clocks = <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>; + clocks = <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>; clock-names = "int-clk"; }; |