mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
2bd6bf03f4
commit
f0f838fd8c
|
@ -215,6 +215,7 @@ sdma: dma-controller@48056000 {
|
|||
#dma-cells = <1>;
|
||||
dma-channels = <32>;
|
||||
dma-requests = <96>;
|
||||
ti,hwmods = "dma";
|
||||
};
|
||||
|
||||
gpio1: gpio@48310000 {
|
||||
|
|
Loading…
Reference in New Issue