diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-10 17:10:26 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 17:17:59 +0100 |
commit | 8c77b65635a655b16dd4c2e56b804dce09989067 (patch) | |
tree | 5f7da8384eef73bdccdb80b6eed025ce96cee83e /arch/arm/boot/dts/omap5-l4.dtsi | |
parent | ARM: OMAP2+: Drop legacy platform data for omap4 kbd (diff) | |
download | linux-8c77b65635a655b16dd4c2e56b804dce09989067.tar.xz linux-8c77b65635a655b16dd4c2e56b804dce09989067.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 kbd
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.
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5-l4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi index 8248253e4954..5487ba2c2a17 100644 --- a/arch/arm/boot/dts/omap5-l4.dtsi +++ b/arch/arm/boot/dts/omap5-l4.dtsi @@ -2349,7 +2349,6 @@ target-module@c000 { /* 0x4ae1c000, ap 11 1c.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "kbd"; reg = <0xc000 0x4>, <0xc010 0x4>; reg-names = "rev", "sysc"; |