dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Johan Hovold <johan@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: dma: ti-edma: fix example compatible property
Date: Thu, 13 Feb 2020 20:11:53 +0530	[thread overview]
Message-ID: <20200213144153.GK2618@vkoul-mobl> (raw)
In-Reply-To: <20200212104840.20393-1-johan@kernel.org>

On 12-02-20, 11:48, Johan Hovold wrote:
> Make sure that the compatible string in the edma1_tptc1 example node
> matches the binding by removing the space between the manufacturer and
> model.

Applied, thanks

> 
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---
>  Documentation/devicetree/bindings/dma/ti-edma.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt
> index 0e1398f93aa2..29fcd37082e8 100644
> --- a/Documentation/devicetree/bindings/dma/ti-edma.txt
> +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt
> @@ -180,7 +180,7 @@ edma1_tptc0: tptc@27b0000 {
>  };
>  
>  edma1_tptc1: tptc@27b8000 {
> -	compatible = "ti, k2g-edma3-tptc", "ti,edma3-tptc";
> +	compatible = "ti,k2g-edma3-tptc", "ti,edma3-tptc";
>  	reg =	<0x027b8000 0x400>;
>  	power-domains = <&k2g_pds 0x4f>;
>  };
> -- 
> 2.24.1

-- 
~Vinod

      parent reply	other threads:[~2020-02-13 14:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 10:48 [PATCH] dt-bindings: dma: ti-edma: fix example compatible property Johan Hovold
2020-02-12 13:31 ` Peter Ujfalusi
2020-02-13 14:41 ` Vinod Koul [this message]

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=20200213144153.GK2618@vkoul-mobl \
    --to=vkoul@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).