diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-20 12:08:29 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-31 20:26:56 +0200 |
commit | e3bc5358e0977b95652625f9329ba68f1ebb1a42 (patch) | |
tree | 874df83b5e10f10e9d7fe682859af275d0d35ad9 /arch/arm/boot/dts/am33xx-clocks.dtsi | |
parent | ARM: dts: omap3: add minimal l4 bus layout with control module support (diff) | |
download | linux-e3bc5358e0977b95652625f9329ba68f1ebb1a42.tar.xz linux-e3bc5358e0977b95652625f9329ba68f1ebb1a42.zip |
ARM: dts: am33xx: add minimal l4 bus layout with control module support
This patch creates an l4_wkup interconnect for AM33xx, and moves some of
the generic peripherals under it. System control module nodes are moved
under this new interconnect also, and the SCM clock layout is changed
to use the renamed SCM node as the clock provider.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx-clocks.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx-clocks.dtsi b/arch/arm/boot/dts/am33xx-clocks.dtsi index 712edce7d6fb..236c78a3c6ca 100644 --- a/arch/arm/boot/dts/am33xx-clocks.dtsi +++ b/arch/arm/boot/dts/am33xx-clocks.dtsi @@ -7,7 +7,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -&scrm_clocks { +&scm_clocks { sys_clkin_ck: sys_clkin_ck { #clock-cells = <0>; compatible = "ti,mux-clock"; |