diff options
author | Tony Lindgren <tony@atomide.com> | 2017-08-30 17:19:37 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 19:20:26 +0200 |
commit | f0f838fd8cd53d8df8220b4081d7dec042ac9dd7 (patch) | |
tree | f619df424a50d99b59867e8a5be9a13b74e84b54 | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-f0f838fd8cd53d8df8220b4081d7dec042ac9dd7.tar.xz linux-f0f838fd8cd53d8df8220b4081d7dec042ac9dd7.zip |
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 <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index bdaf30c8c405..90b5c7148feb 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 { |