ARM: dts: Add missing dma hwmods property for omap3
authorTony Lindgren <tony@atomide.com>
Wed, 30 Aug 2017 15:19:37 +0000 (08:19 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 19 Sep 2017 17:20:26 +0000 (10:20 -0700)
On omap3, we are missing a ti,hwmods property for dma 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: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3.dtsi

index bdaf30c..90b5c71 100644 (file)
                        #dma-cells = <1>;
                        dma-channels = <32>;
                        dma-requests = <96>;
+                       ti,hwmods = "dma";
                };
 
                gpio1: gpio@48310000 {