From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 06 Oct 2014 01:53:40 +0000 Subject: Re: [PATCH] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2 Message-Id: <20141006015340.GC22040@verge.net.au> List-Id: References: <1412275349-21118-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1412275349-21118-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org 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 > --- > 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 >