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:
ee5d9cd
)
ARM: dts: omap2: Correct the dma controller's property names
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 20 Feb 2015 13:42:02 +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/omap2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap2.dtsi
b/arch/arm/boot/dts/omap2.dtsi
index 59d1c297bb30f17aaab458f94e6ba52363c635cb..578fa2a54dce35482ba2d7b7fd1d42ce67a762ac 100644
(file)
--- a/
arch/arm/boot/dts/omap2.dtsi
+++ b/
arch/arm/boot/dts/omap2.dtsi
@@
-87,8
+87,8
@@
<14>,
<15>;
#dma-cells = <1>;
-
#
dma-channels = <32>;
-
#
dma-requests = <64>;
+ dma-channels = <32>;
+ dma-requests = <64>;
};
i2c1: i2c@48070000 {