diff options
author | Tony Lindgren <tony@atomide.com> | 2017-08-30 11:19:37 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 13:20:26 -0400 |
commit | f0f838fd8cd53d8df8220b4081d7dec042ac9dd7 (patch) | |
tree | f619df424a50d99b59867e8a5be9a13b74e84b54 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
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 @@ | |||
215 | #dma-cells = <1>; | 215 | #dma-cells = <1>; |
216 | dma-channels = <32>; | 216 | dma-channels = <32>; |
217 | dma-requests = <96>; | 217 | dma-requests = <96>; |
218 | ti,hwmods = "dma"; | ||
218 | }; | 219 | }; |
219 | 220 | ||
220 | gpio1: gpio@48310000 { | 221 | gpio1: gpio@48310000 { |