Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef90bfb8 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Add missing dma hwmod property for omap5



On omap5 we're missing the dma "ti,hwmods" property that the
SoC interconnect code needs.

Note that this will only show up as a bug with "doesn't have
mpu register target base" boot errors when the legacy platform
data is removed.

Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5750d671
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@
			#dma-cells = <1>;
			dma-channels = <32>;
			dma-requests = <127>;
			ti,hwmods = "dma_system";
		};

		gpio1: gpio@4ae10000 {