diff options
author | Tony Lindgren <tony@atomide.com> | 2017-08-30 11:19:51 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 13:30:24 -0400 |
commit | ef90bfb8be2b0f7f1d9308ff3defa1b441c661f9 (patch) | |
tree | d294a5929d0fdc10e5287097d1de68f24aaa957b | |
parent | 5750d6717b54ac9461912264710a3b60cda153bb (diff) |
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 <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index eaff2a5751dd..b86ac7df620d 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -295,6 +295,7 @@ | |||
295 | #dma-cells = <1>; | 295 | #dma-cells = <1>; |
296 | dma-channels = <32>; | 296 | dma-channels = <32>; |
297 | dma-requests = <127>; | 297 | dma-requests = <127>; |
298 | ti,hwmods = "dma_system"; | ||
298 | }; | 299 | }; |
299 | 300 | ||
300 | gpio1: gpio@4ae10000 { | 301 | gpio1: gpio@4ae10000 { |