projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdf17b
)
ARM: dts: r8a7745: Enable DMA for HSUSB
author
Biju Das
<
[email protected]
>
Mon, 23 Oct 2017 17:09:28 +0000
(18:09 +0100)
committer
Simon Horman
<
[email protected]
>
Mon, 27 Nov 2017 10:39:54 +0000
(11:39 +0100)
From: Biju Das <
[email protected]
>
This patch adds DMA properties to the HSUSB node.
Signed-off-by: Biju Das <
[email protected]
>
Reviewed-by: Fabrizio Castro <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r8a7745.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7745.dtsi
b/arch/arm/boot/dts/r8a7745.dtsi
index 6e0c69bb375dcd4e4ff9dad9e6fa63af02c961a7..948dd1fc2d9cdd455131c27d0473dbe3d1551d0f 100644
(file)
--- a/
arch/arm/boot/dts/r8a7745.dtsi
+++ b/
arch/arm/boot/dts/r8a7745.dtsi
@@
-951,6
+951,9
@@
reg = <0 0xe6590000 0 0x100>;
interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 704>;
+ dmas = <&usb_dmac0 0>, <&usb_dmac0 1>,
+ <&usb_dmac1 0>, <&usb_dmac1 1>;
+ dma-names = "ch0", "ch1", "ch2", "ch3";
power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
resets = <&cpg 704>;
renesas,buswait = <4>;