diff options
author | Suman Anna <s-anna@ti.com> | 2020-02-25 00:21:51 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-02-27 18:52:32 +0100 |
commit | 014bb57b6d1e5c0b3539beeca92510bd6e7394b2 (patch) | |
tree | 4d5dea644efb420106bee6880a6c2436605ba92f /arch/arm/boot/dts/omap4.dtsi | |
parent | ARM: OMAP2+: Drop hwmod data for am3 and am4 PRUSS (diff) | |
download | linux-014bb57b6d1e5c0b3539beeca92510bd6e7394b2.tar.xz linux-014bb57b6d1e5c0b3539beeca92510bd6e7394b2.zip |
ARM: OMAP2+: Drop legacy platform data for OMAP4 DSP
The OMAP4 DSP hwmod is used in DT, but the DT node is not
probing any real driver. The DSP device-tree node shall be
updated as per the new OMAP remoteproc bindings with the
underneath MMU device relying on the ti-sysc infrastructure.
Drop the legacy hwmod data for the DSP device along with the
custom ti,hwmods property. They have to be dropped together
since the early platform data init code is based on the custom
ti,hwmods property.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 9a87440d0b9d..48b97f818a68 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -108,7 +108,6 @@ dsp { compatible = "ti,omap3-c64"; - ti,hwmods = "dsp"; }; iva { |