diff options
author | Tony Lindgren <tony@atomide.com> | 2017-08-30 11:19:40 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 13:22:12 -0400 |
commit | 370ad6b4670adfc3c5c7d5aad63347e8db839762 (patch) | |
tree | 29ed0204f22fc5d1aecc94c345b9bcf3f27c5e2d | |
parent | 1d6a332ae8b7d8eacb9fe4c0a09370550f0b3eee (diff) |
ARM: dts: Add missing hwmods property for omap4 dma
On omap4, we are missing a ti,hwmods property for dma that the
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/omap4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 16ec0bd29209..24a3f70f1eef 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -312,6 +312,7 @@ | |||
312 | #dma-cells = <1>; | 312 | #dma-cells = <1>; |
313 | dma-channels = <32>; | 313 | dma-channels = <32>; |
314 | dma-requests = <127>; | 314 | dma-requests = <127>; |
315 | ti,hwmods = "dma_system"; | ||
315 | }; | 316 | }; |
316 | 317 | ||
317 | gpio1: gpio@4a310000 { | 318 | gpio1: gpio@4a310000 { |