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-Url: http://git.osdn.net/view?a=commitdiff_plain;h=caa73a46888f00b12202406f93f36c5c8feaa8fb;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.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 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 {