diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:40 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:40 +0300 |
commit | f7ac11ebad5a30702cbc85b342de6de563870b7c (patch) | |
tree | 533b141d1e6cb6aba8e4fff43c2a6e50be609a6d /arch/arm/boot/dts/dra7-l4.dtsi | |
parent | bb51a2a84ff2ffd96f8ac1d2fcf202450b60a2fb (diff) | |
download | linux-f7ac11ebad5a30702cbc85b342de6de563870b7c.tar.xz |
ARM: OMAP2+: Drop legacy platform data for dra7 rng
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/dra7-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi index 1871cd26aafc..a2038d64cb2a 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi @@ -1898,7 +1898,6 @@ target-module@90000 { /* 0x48090000, ap 55 12.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "rng"; reg = <0x91fe0 0x4>, <0x91fe4 0x4>; reg-names = "rev", "sysc"; |