projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa73a4
)
ARM: dts: omap3: Correct the dma controller's property names
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 20 Feb 2015 13:42:03 +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/omap3.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3.dtsi
b/arch/arm/boot/dts/omap3.dtsi
index
01b7111
..
f4f78c4
100644
(file)
--- a/
arch/arm/boot/dts/omap3.dtsi
+++ b/
arch/arm/boot/dts/omap3.dtsi
@@
-155,8
+155,8
@@
<14>,
<15>;
#dma-cells = <1>;
-
#
dma-channels = <32>;
-
#
dma-requests = <96>;
+ dma-channels = <32>;
+ dma-requests = <96>;
};
omap3_pmx_core: pinmux@48002030 {