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:
951c1c0
)
ARM: dts: dra7: Correct the dma controller's property names
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 20 Feb 2015 13:42:06 +0000
(15:42 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 24 Feb 2015 18:35:43 +0000
(10:35 -0800)
According to the Documentation/devicetree/bindings/dma/dma.txt the
dma-channels and dma-requests property should not have '#'.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra7.dtsi
b/arch/arm/boot/dts/dra7.dtsi
index 853d37d96007fc5f00d7b571f8bc09264aae5eef..127608d79033e32e76143b0707918134f6450283 100644
(file)
--- a/
arch/arm/boot/dts/dra7.dtsi
+++ b/
arch/arm/boot/dts/dra7.dtsi
@@
-249,8
+249,8
@@
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <1>;
-
#
dma-channels = <32>;
-
#
dma-requests = <127>;
+ dma-channels = <32>;
+ dma-requests = <127>;
};
gpio1: gpio@4ae10000 {