LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: <linux-omap@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <vinod.koul@intel.com>
Subject: [PATCH 1/5] ARM: DTS: omap2: Correct the dma controller's property names
Date: Fri, 20 Feb 2015 15:42:02 +0200	[thread overview]
Message-ID: <1424439726-31994-2-git-send-email-peter.ujfalusi@ti.com> (raw)
In-Reply-To: <1424439726-31994-1-git-send-email-peter.ujfalusi@ti.com>

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>
---
 arch/arm/boot/dts/omap2.dtsi | 4 ++--
 1 file 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 {
-- 
2.3.0


  reply	other threads:[~2015-02-20 13:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20 13:42 [PATCH 0/5] ARM: DTS: OMAP/DRA7: dma property name correction Peter Ujfalusi
2015-02-20 13:42 ` Peter Ujfalusi [this message]
2015-02-20 13:42 ` [PATCH 2/5] ARM: DTS: omap3: Correct the dma controller's property names Peter Ujfalusi
2015-02-20 13:42 ` [PATCH 3/5] ARM: DTS: omap4: " Peter Ujfalusi
2015-02-20 13:42 ` [PATCH 4/5] ARM: DTS: omap5: " Peter Ujfalusi
2015-02-20 13:42 ` [PATCH 5/5] ARM: DTS: dra7: " Peter Ujfalusi
2015-02-24 18:02 ` [PATCH 0/5] ARM: DTS: OMAP/DRA7: dma property name correction Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424439726-31994-2-git-send-email-peter.ujfalusi@ti.com \
    --to=peter.ujfalusi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    --cc=vinod.koul@intel.com \
    --subject='Re: [PATCH 1/5] ARM: DTS: omap2: Correct the dma controller'\''s property names' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).