diff options
author | Tony Lindgren <tony@atomide.com> | 2017-08-30 08:19:40 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 10:22:12 -0700 |
commit | 370ad6b4670adfc3c5c7d5aad63347e8db839762 (patch) | |
tree | 29ed0204f22fc5d1aecc94c345b9bcf3f27c5e2d /arch/arm/boot/dts/omap4.dtsi | |
parent | 1d6a332ae8b7d8eacb9fe4c0a09370550f0b3eee (diff) | |
download | blackbird-obmc-linux-370ad6b4670adfc3c5c7d5aad63347e8db839762.tar.gz blackbird-obmc-linux-370ad6b4670adfc3c5c7d5aad63347e8db839762.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-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 @@ #dma-cells = <1>; dma-channels = <32>; dma-requests = <127>; + ti,hwmods = "dma_system"; }; gpio1: gpio@4a310000 { |