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:
108216c
)
ARM: shmobile: r8a7791: Reference DMA channels in MMCIF DT node
author
Laurent Pinchart
<
[email protected]
>
Sun, 26 Oct 2014 17:40:14 +0000
(19:40 +0200)
committer
Simon Horman
<
[email protected]
>
Thu, 30 Oct 2014 00:56:37 +0000
(09:56 +0900)
Add references to the transmit and receive DMA channels in the MMCIF
node.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Acked-by: Geert Uytterhoeven <
[email protected]
>
Tested-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r8a7791.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7791.dtsi
b/arch/arm/boot/dts/r8a7791.dtsi
index 8459fe698008b3c4827e4359e53e1ea503b04d80..a862243f0436344bc789a320bcd29f3958b6fe36 100644
(file)
--- a/
arch/arm/boot/dts/r8a7791.dtsi
+++ b/
arch/arm/boot/dts/r8a7791.dtsi
@@
-405,6
+405,8
@@
reg = <0 0xee200000 0 0x80>;
interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7791_CLK_MMCIF0>;
+ dmas = <&dmac0 0xd1>, <&dmac0 0xd2>;
+ dma-names = "tx", "rx";
reg-io-width = <4>;
status = "disabled";
};