diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:39 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-22 00:16:39 +0300 |
commit | bb51a2a84ff2ffd96f8ac1d2fcf202450b60a2fb (patch) | |
tree | c67685c6c269842def066f39056732b3478e259c /arch/arm/boot/dts/am33xx-l4.dtsi | |
parent | aa3657053d82f30d10dd20367cd27f414d6034bc (diff) | |
download | linux-bb51a2a84ff2ffd96f8ac1d2fcf202450b60a2fb.tar.xz |
ARM: OMAP2+: Drop legacy platform data for am3 and am4 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/am33xx-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index 0e05ddeb56fe..dd2519de2ece 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -2042,7 +2042,6 @@ target-module@10000 { /* 0x48310000, ap 76 4e.1 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "rng"; reg = <0x11fe0 0x4>, <0x11fe4 0x4>; reg-names = "rev", "sysc"; |