diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:59 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:59 +0100 |
commit | 1006777ef4a12a556f04e692f3ab8c5823482218 (patch) | |
tree | a3182ec17b91b4f68511249c3e2221585364fc63 /arch/arm/boot/dts | |
parent | ARM: dts: Configure simple-pm-bus for omap5 l3 (diff) | |
download | linux-1006777ef4a12a556f04e692f3ab8c5823482218.tar.xz linux-1006777ef4a12a556f04e692f3ab8c5823482218.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 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/dts')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 681fee379b88..592e3eea85f2 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -279,7 +279,6 @@ target-module@4e000000 { compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "dmm"; reg = <0x4e000000 0x4>, <0x4e000010 0x4>; reg-names = "rev", "sysc"; |