* [PATCH] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2
@ 2014-10-02 18:42 Geert Uytterhoeven
2014-10-06 1:53 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2014-10-02 18:42 UTC (permalink / raw)
To: linux-sh
The clocks property for the scifa2 device node referred to the scifa0
clock index instead of the scifa2 clock index.
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2
2014-10-02 18:42 [PATCH] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2 Geert Uytterhoeven
@ 2014-10-06 1:53 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2014-10-06 1:53 UTC (permalink / raw)
To: linux-sh
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-06 1:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).