diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-08-31 17:14:51 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-10-18 19:04:01 +0200 |
commit | b5f8ffbb6fad9151634805c2001af4afbb884eca (patch) | |
tree | 9904d0716f47aca81368e66bdcf1659c0e2d2668 /arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | |
parent | ARM: dts: am43xx: convert to use new clkctrl layout (diff) | |
download | linux-b5f8ffbb6fad9151634805c2001af4afbb884eca.tar.xz linux-b5f8ffbb6fad9151634805c2001af4afbb884eca.zip |
ARM: dts: dra7: convert to use new clkctrl layout
Convert DRA7xx to use the new clockdomain based layout. Previously the
clkctrl split was based on CM isntance 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/am57xx-beagle-x15-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index ad953113cefb..1e6620f139dd 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi @@ -555,7 +555,7 @@ &mcasp3 { #sound-dai-cells = <0>; - assigned-clocks = <&l4per_clkctrl DRA7_MCASP3_CLKCTRL 24>; + assigned-clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 24>; assigned-clock-parents = <&sys_clkin2>; status = "okay"; |