diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-16 13:57:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 13:57:48 +0300 |
commit | 6bcc5f9989402e30347e72e22ec0bc22844c5824 (patch) | |
tree | 2f247443ca694ca2e3002a73513a21fa5da578d0 /arch/arm/boot/dts/am33xx-l4.dtsi | |
parent | b7427dc49fcc8dfa95502f8c8e009738d4906d4e (diff) | |
download | linux-6bcc5f9989402e30347e72e22ec0bc22844c5824.tar.xz |
ARM: OMAP2+: Drop legacy platform data for am3 control module
We can now probe devices with ti-sysc interconnect driver and dts
data. Let's drop the related platform data and custom ti,hwmods
dts property.
To drop the legacy platform data for am3 control module, we need
to configure the missing functional clock and tag the module to
not idle as platform data also had it configured with
HWMOD_INIT_NO_IDLE.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index ea20e4bdf040..4e39ac4321c4 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -274,6 +274,9 @@ compatible = "ti,sysc-omap4", "ti,sysc"; reg = <0x10000 0x4>; reg-names = "rev"; + clocks = <&l4_wkup_clkctrl AM3_L4_WKUP_CONTROL_CLKCTRL 0>; + clock-names = "fck"; + ti,no-idle; #address-cells = <1>; #size-cells = <1>; ranges = <0x00000000 0x00010000 0x00010000>, |