diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-03 09:07:31 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-24 08:40:03 +0300 |
commit | 90aa4ed5a43fabd7fc12f84164e20ccae19f5560 (patch) | |
tree | eaa4bf10c62a28bbbe9d304cc5e9bf0ca4ee2913 /arch/arm/boot/dts/dra7-l4.dtsi | |
parent | 6b8a3deedcfdaa32a641659132d8d6b2e5aed83d (diff) | |
download | linux-90aa4ed5a43fabd7fc12f84164e20ccae19f5560.tar.bz2 |
ARM: OMAP2+: Drop legacy platform data for dra7 rtcss
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.
Cc: Keerthy <j-keerthy@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
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 27a6a83cc60c..f43b764cc0c7 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi @@ -3561,7 +3561,6 @@ rtctarget: target-module@38000 { /* 0x48838000, ap 29 12.0 */ compatible = "ti,sysc-omap4-simple", "ti,sysc"; - ti,hwmods = "rtcss"; reg = <0x38074 0x4>, <0x38078 0x4>; reg-names = "rev", "sysc"; |