diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:34 +0100 |
commit | 35c34fbcbfd00fcd23c70d4ec54fdb53318f4d5c (patch) | |
tree | 8336bb543bb337b655ffeec0d04bd0749154bc15 /arch/arm/boot | |
parent | ARM: OMAP2+: Drop legacy platform data for omap4 control modules (diff) | |
download | linux-35c34fbcbfd00fcd23c70d4ec54fdb53318f4d5c.tar.xz linux-35c34fbcbfd00fcd23c70d4ec54fdb53318f4d5c.zip |
ARM: OMAP2+: Drop legacy platform data for omap4 dmm
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.
As we're just dropping data, and the early platform data init is based on
the custom ti,hwmods property, we want to drop both the platform data and
ti,hwmods property in a single patch.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 92997d0010f6..7a6fe106cbfe 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -287,7 +287,6 @@ target-module@4e000000 { compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "dmm"; reg = <0x4e000000 0x4>, <0x4e000010 0x4>; reg-names = "rev", "sysc"; |