]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: Add missing dma hwmod property for omap5
authorTony Lindgren <tony@atomide.com>
Wed, 30 Aug 2017 15:19:51 +0000 (08:19 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 19 Sep 2017 17:30:24 +0000 (10:30 -0700)
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: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5.dtsi

index eaff2a5751ddc11c5b1ec901a60c6f7c671aabac..b86ac7df620d519746f2eac97020c4a95388c74a 100644 (file)
                        #dma-cells = <1>;
                        dma-channels = <32>;
                        dma-requests = <127>;
+                       ti,hwmods = "dma_system";
                };
 
                gpio1: gpio@4ae10000 {