From: Peter Ujfalusi Date: Fri, 20 Feb 2015 13:42:03 +0000 (+0200) Subject: ARM: dts: omap3: Correct the dma controller's property names X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7e8d25d5960badb10ba739a1b8a5f33e2cbd988a;p=deliverable%2Flinux.git ARM: dts: omap3: 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/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 01b71111bd55..f4f78c40b564 100644 --- 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 {