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:
24df045
)
ARM: dts: am33xx: add DMA properties for UART
author
Sebastian Andrzej Siewior
<
[email protected]
>
Mon, 29 Sep 2014 18:06:46 +0000
(20:06 +0200)
committer
Tony Lindgren
<
[email protected]
>
Mon, 10 Nov 2014 17:22:23 +0000
(09:22 -0800)
Cc:
[email protected]
Reviewed-by: Tony Lindgren <
[email protected]
>
Tested-by: Tony Lindgren <
[email protected]
>
Signed-off-by: Sebastian Andrzej Siewior <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/am33xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am33xx.dtsi
b/arch/arm/boot/dts/am33xx.dtsi
index 41659df0ea6716a5d5de8799d5b2551b8069bd17..62bf053d2cb8761833d60f50cbb04b0c61e430a0 100644
(file)
--- a/
arch/arm/boot/dts/am33xx.dtsi
+++ b/
arch/arm/boot/dts/am33xx.dtsi
@@
-204,6
+204,8
@@
reg = <0x44e09000 0x2000>;
interrupts = <72>;
status = "disabled";
+ dmas = <&edma 26>, <&edma 27>;
+ dma-names = "tx", "rx";
};
uart1: serial@48022000 {
@@
-213,6
+215,8
@@
reg = <0x48022000 0x2000>;
interrupts = <73>;
status = "disabled";
+ dmas = <&edma 28>, <&edma 29>;
+ dma-names = "tx", "rx";
};
uart2: serial@48024000 {
@@
-222,6
+226,8
@@
reg = <0x48024000 0x2000>;
interrupts = <74>;
status = "disabled";
+ dmas = <&edma 30>, <&edma 31>;
+ dma-names = "tx", "rx";
};
uart3: serial@481a6000 {