diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2015-02-20 15:42:02 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-02-24 10:35:43 -0800 |
commit | caa73a46888f00b12202406f93f36c5c8feaa8fb (patch) | |
tree | 67eddc2df7a21c0117fbd4615e3f939d0bb21172 /arch | |
parent | ee5d9cd2b31df90aba7812c8c9ce5a70948a28f8 (diff) | |
download | linux-stable-caa73a46888f00b12202406f93f36c5c8feaa8fb.tar.gz linux-stable-caa73a46888f00b12202406f93f36c5c8feaa8fb.tar.bz2 linux-stable-caa73a46888f00b12202406f93f36c5c8feaa8fb.zip |
ARM: dts: omap2: Correct the dma controller's property names
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi index 59d1c297bb30..578fa2a54dce 100644 --- 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 { |