From: Peter Ujfalusi Date: Fri, 20 Feb 2015 13:42:02 +0000 (+0200) Subject: ARM: dts: omap2: Correct the dma controller's property names X-Git-Tag: v4.14-rc1~5846^2~1^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caa73a46888f00b12202406f93f36c5c8feaa8fb;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi index 59d1c29..578fa2a 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 {