Commit 37b156ec authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP2+: Drop legacy platform data for sdma



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: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Russell King <rmk+kernel@armlinux.org.uk>
Cc: Vinod Koul <vkoul@kernel.org>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 82f12e64
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -186,7 +186,6 @@

		target-module@56000 {			/* 0x4a056000, ap 9 02.0 */
			compatible = "ti,sysc-omap2", "ti,sysc";
			ti,hwmods = "dma_system";
			reg = <0x56000 0x4>,
			      <0x5602c 0x4>,
			      <0x56028 0x4>;
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@

		target-module@48056000 {
			compatible = "ti,sysc-omap2", "ti,sysc";
			ti,hwmods = "dma";
			reg = <0x48056000 0x4>,
			      <0x4805602c 0x4>,
			      <0x48056028 0x4>;
+0 −1
Original line number Diff line number Diff line
@@ -208,7 +208,6 @@

		target-module@48056000 {
			compatible = "ti,sysc-omap2", "ti,sysc";
			ti,hwmods = "dma";
			reg = <0x48056000 0x4>,
			      <0x4805602c 0x4>,
			      <0x48056028 0x4>;
+0 −1
Original line number Diff line number Diff line
@@ -136,7 +136,6 @@

		target-module@56000 {			/* 0x4a056000, ap 7 0a.0 */
			compatible = "ti,sysc-omap2", "ti,sysc";
			ti,hwmods = "dma_system";
			reg = <0x56000 0x4>,
			      <0x5602c 0x4>,
			      <0x56028 0x4>;
+0 −1
Original line number Diff line number Diff line
@@ -213,7 +213,6 @@

		target-module@56000 {			/* 0x4a056000, ap 7 02.0 */
			compatible = "ti,sysc-omap2", "ti,sysc";
			ti,hwmods = "dma_system";
			reg = <0x56000 0x4>,
			      <0x5602c 0x4>,
			      <0x56028 0x4>;
Loading