From: Tony Lindgren Date: Wed, 30 Aug 2017 15:19:51 +0000 (-0700) Subject: ARM: dts: Add missing dma hwmod property for omap5 X-Git-Tag: v4.15-rc1~76^2~16^2~11^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef90bfb8be2b0f7f1d9308ff3defa1b441c661f9;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index eaff2a5751ddc..b86ac7df620d5 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -295,6 +295,7 @@ #dma-cells = <1>; dma-channels = <32>; dma-requests = <127>; + ti,hwmods = "dma_system"; }; gpio1: gpio@4ae10000 {