From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2
Date: Mon, 06 Oct 2014 01:53:40 +0000 [thread overview]
Message-ID: <20141006015340.GC22040@verge.net.au> (raw)
In-Reply-To: <1412275349-21118-1-git-send-email-geert+renesas@glider.be>
On Thu, Oct 02, 2014 at 08:42:29PM +0200, Geert Uytterhoeven wrote:
> The clocks property for the scifa2 device node referred to the scifa0
> clock index instead of the scifa2 clock index.
Thanks, I have queued this up as a DT change for v3.19.
My assumption is that this DT node is not currently used
and thus it is not necessary to treat this change as
a bug fix for v3.18.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/arm/boot/dts/r8a7740.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
> index 502483f4dccb2f45..559bd39e778bddaf 100644
> --- a/arch/arm/boot/dts/r8a7740.dtsi
> +++ b/arch/arm/boot/dts/r8a7740.dtsi
> @@ -197,7 +197,7 @@
> compatible = "renesas,scifa-r8a7740", "renesas,scifa";
> reg = <0xe6c60000 0x100>;
> interrupts = <0 102 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&mstp2_clks R8A7740_CLK_SCIFA0>;
> + clocks = <&mstp2_clks R8A7740_CLK_SCIFA2>;
> clock-names = "sci_ick";
> status = "disabled";
> };
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2014-10-06 1:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-02 18:42 [PATCH] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2 Geert Uytterhoeven
2014-10-06 1:53 ` Simon Horman [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=20141006015340.GC22040@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-sh@vger.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).