diff options
author | Tony Lindgren <tony@atomide.com> | 2017-08-30 08:19:51 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 10:30:24 -0700 |
commit | ef90bfb8be2b0f7f1d9308ff3defa1b441c661f9 (patch) | |
tree | d294a5929d0fdc10e5287097d1de68f24aaa957b /arch/arm/boot/dts/omap5.dtsi | |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-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 @@ #dma-cells = <1>; dma-channels = <32>; dma-requests = <127>; + ti,hwmods = "dma_system"; }; gpio1: gpio@4ae10000 { |