From: Peter Ujfalusi Date: Fri, 20 Feb 2015 13:42:04 +0000 (+0200) Subject: ARM: dts: omap4: Correct the dma controller's property names X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24ac17704943aaa2fb5e5d4b9dffc911aec41d88;p=linux-beck.git ARM: dts: omap4: 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/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 074147cebae4..87401d9f4d8b 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -223,8 +223,8 @@ , ; #dma-cells = <1>; - #dma-channels = <32>; - #dma-requests = <127>; + dma-channels = <32>; + dma-requests = <127>; }; gpio1: gpio@4a310000 {