aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4.dtsi
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2019-12-12 09:46:13 -0800
committerTony Lindgren <tony@atomide.com>2020-01-23 08:24:46 -0800
commit23673f17358ac2bb4d3b33dad3f5645b54937344 (patch)
treebecbd988b7fd477365cff684ec6078afb19fa698 /arch/arm/boot/dts/omap4.dtsi
parentARM: dts: Configure interconnect target module for omap4 aes (diff)
downloadlinux-dev-23673f17358ac2bb4d3b33dad3f5645b54937344.tar.xz
linux-dev-23673f17358ac2bb4d3b33dad3f5645b54937344.zip
ARM: dts: Configure interconnect target module for omap4 des
We can now probe devices with device tree only configuration using ti-sysc interconnect target module driver. Let's configure the module, but keep the legacy "ti,hwmods" peroperty to avoid new boot time warnings. The legacy property will be removed in later patches together with the legacy platform data. Cc: Tero Kristo <t-kristo@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.dtsi9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 40212fa6a8cf..277d3455293f 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -326,15 +326,6 @@
};
};
- des: des@480a5000 {
- compatible = "ti,omap4-des";
- ti,hwmods = "des";
- reg = <0x480a5000 0xa0>;
- interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
- dmas = <&sdma 117>, <&sdma 116>;
- dma-names = "tx", "rx";
- };
-
sham_target: target-module@4b100000 {
compatible = "ti,sysc-omap3-sham", "ti,sysc";
ti,hwmods = "sham";