diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:03:51 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:07 +0100 |
commit | 786018cf552df44e9cf3b407ffcce432651ae66c (patch) | |
tree | 82ea4f76bf478cfa327cc435a72c5bdf6c967d2a /arch/arm/boot | |
parent | ARM: OMAP2+: Drop legacy platform data for dra7 pcie (diff) | |
download | linux-786018cf552df44e9cf3b407ffcce432651ae66c.tar.xz linux-786018cf552df44e9cf3b407ffcce432651ae66c.zip |
ARM: OMAP2+: Drop legacy platform data for dra7 qspi
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: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 3456ab39ad04..e243f2dc131e 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -769,7 +769,6 @@ target-module@4b300000 { compatible = "ti,sysc-omap4", "ti,sysc"; - ti,hwmods = "qspi"; reg = <0x4b300000 0x4>, <0x4b300010 0x4>; reg-names = "rev", "sysc"; |