diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-16 13:57:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 14:11:17 +0300 |
commit | 2b999ae15b64643e7c6b79982cc4a8e2dd6db797 (patch) | |
tree | 850ba064284cd3a0c682887039f2528aca1957c7 /arch/arm/boot/dts/am437x-l4.dtsi | |
parent | 00cb24bec0abcf177613abbfc32d7710ac8d6544 (diff) | |
download | linux-2b999ae15b64643e7c6b79982cc4a8e2dd6db797.tar.xz |
ARM: OMAP2+: Drop legacy platform data for am4 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/am437x-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am437x-l4.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi index c220dc3c4e0f..be16ffc870bd 100644 --- a/arch/arm/boot/dts/am437x-l4.dtsi +++ b/arch/arm/boot/dts/am437x-l4.dtsi @@ -265,6 +265,9 @@ compatible = "ti,sysc-omap4", "ti,sysc"; reg = <0x10000 0x4>; reg-names = "rev"; + clocks = <&l4_wkup_clkctrl AM4_L4_WKUP_CONTROL_CLKCTRL 0>; + clock-names = "fck"; + ti,no-idle; #address-cells = <1>; #size-cells = <1>; ranges = <0x0 0x10000 0x10000>; |