projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ac177
)
ARM: dts: omap5: Correct the dma controller's property names
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 20 Feb 2015 13:42:05 +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/omap5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap5.dtsi
b/arch/arm/boot/dts/omap5.dtsi
index bb498e7cc0f1a4e321a4d076b9cfbe9563214d69..ddff674bd05edd2df3482e35628871628286f2c9 100644
(file)
--- a/
arch/arm/boot/dts/omap5.dtsi
+++ b/
arch/arm/boot/dts/omap5.dtsi
@@
-238,8
+238,8
@@
<GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <1>;
-
#
dma-channels = <32>;
-
#
dma-requests = <127>;
+ dma-channels = <32>;
+ dma-requests = <127>;
};
gpio1: gpio@4ae10000 {