mirror of https://gitee.com/openkylin/linux.git
ARM: dts: am335x-evmsk: enable DMA controller for USB
Enable DMA controller for USB Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
2dcfa56e82
commit
cae2a9e3ab
|
@ -378,6 +378,10 @@ usb@47401800 {
|
|||
status = "okay";
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
||||
dma-controller@07402000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&epwmss2 {
|
||||
|
|
Loading…
Reference in New Issue