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