linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: DRA7: wdt: Fix compatible property for watchdog node
Date: Wed, 12 Nov 2014 07:28:54 -0800	[thread overview]
Message-ID: <20141112152853.GH26481@atomide.com> (raw)
In-Reply-To: <1415769855-32565-1-git-send-email-lokeshvutla@ti.com>

* Lokesh Vutla <lokeshvutla@ti.com> [141111 21:27]:
> OMAP wdt driver supports only ti,omap3-wdt compatible. In DRA7 dt
> wdt compatible property is defined as ti,omap4-wdt by mistake instead of
> ti,omap3-wdt. Correcting the typo.
> 
> Fixes: 6e58b8f1daaf1a ("ARM: dts: DRA7: Add the dts files for dra7 SoC and dra7-evm board")
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks applying into omap-for-v3.19/fixes-not-urgent as this is
a feature that clearly never worked on dra7xx with mainline kernel.

Regards,

Tony

> ---
>  arch/arm/boot/dts/dra7.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 9cc9843..666e796 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -653,7 +653,7 @@
>  		};
>  
>  		wdt2: wdt at 4ae14000 {
> -			compatible = "ti,omap4-wdt";
> +			compatible = "ti,omap3-wdt";
>  			reg = <0x4ae14000 0x80>;
>  			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
>  			ti,hwmods = "wd_timer2";
> -- 
> 1.9.1
> 

      reply	other threads:[~2014-11-12 15:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12  5:24 [PATCH] ARM: dts: DRA7: wdt: Fix compatible property for watchdog node Lokesh Vutla
2014-11-12 15:28 ` Tony Lindgren [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=20141112152853.GH26481@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.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).