* [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names
@ 2015-01-05 0:44 Simon Horman
2015-01-05 0:46 ` Simon Horman
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-05 0:44 UTC (permalink / raw)
To: linux-arm-kernel
Correct the SDHI clock node names to match their labels
and the documentation.
This has no run-time affect as the clock nodes are not currently used.
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7794.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 8f78da5..9856e9c 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -294,14 +294,14 @@
"lb", "qspi", "sdh", "sd0", "z";
};
/* Variable factor clocks */
- sd1_clk: sd2_clk@e6150078 {
+ sd1_clk: sd1_clk@e6150078 {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
reg = <0 0xe6150078 0 4>;
clocks = <&pll1_div2_clk>;
#clock-cells = <0>;
clock-output-names = "sd1";
};
- sd2_clk: sd3_clk@e615007c {
+ sd2_clk: sd2_clk@e615007c {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
reg = <0 0xe615007c 0 4>;
clocks = <&pll1_div2_clk>;
--
2.1.3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names
2015-01-05 0:44 [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names Simon Horman
@ 2015-01-05 0:46 ` Simon Horman
2015-01-05 9:41 ` Geert Uytterhoeven
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-05 0:46 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 05, 2015 at 09:44:08AM +0900, Simon Horman wrote:
> Correct the SDHI clock node names to match their labels
> and the documentation.
>
> This has no run-time affect as the clock nodes are not currently used.
>
> Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This patch is based on renesas-devel-20141231-v3.19-rc2
> ---
> arch/arm/boot/dts/r8a7794.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
> index 8f78da5..9856e9c 100644
> --- a/arch/arm/boot/dts/r8a7794.dtsi
> +++ b/arch/arm/boot/dts/r8a7794.dtsi
> @@ -294,14 +294,14 @@
> "lb", "qspi", "sdh", "sd0", "z";
> };
> /* Variable factor clocks */
> - sd1_clk: sd2_clk@e6150078 {
> + sd1_clk: sd1_clk@e6150078 {
> compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
> reg = <0 0xe6150078 0 4>;
> clocks = <&pll1_div2_clk>;
> #clock-cells = <0>;
> clock-output-names = "sd1";
> };
> - sd2_clk: sd3_clk@e615007c {
> + sd2_clk: sd2_clk@e615007c {
> compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
> reg = <0 0xe615007c 0 4>;
> clocks = <&pll1_div2_clk>;
> --
> 2.1.3
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names
2015-01-05 0:44 [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names Simon Horman
2015-01-05 0:46 ` Simon Horman
@ 2015-01-05 9:41 ` Geert Uytterhoeven
2015-01-08 0:38 ` Simon Horman
2015-01-13 1:41 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI base address, clock labels and output-names Simon Horman
2015-01-28 0:53 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, " Simon Horman
3 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2015-01-05 9:41 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 5, 2015 at 1:44 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
> index 8f78da5..9856e9c 100644
> --- a/arch/arm/boot/dts/r8a7794.dtsi
> +++ b/arch/arm/boot/dts/r8a7794.dtsi
> @@ -294,14 +294,14 @@
> "lb", "qspi", "sdh", "sd0", "z";
> };
> /* Variable factor clocks */
> - sd1_clk: sd2_clk@e6150078 {
> + sd1_clk: sd1_clk@e6150078 {
> compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
> reg = <0 0xe6150078 0 4>;
> clocks = <&pll1_div2_clk>;
> #clock-cells = <0>;
> clock-output-names = "sd1";
> };
> - sd2_clk: sd3_clk@e615007c {
> + sd2_clk: sd2_clk@e615007c {
> compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
> reg = <0 0xe615007c 0 4>;
> clocks = <&pll1_div2_clk>;
According to the documentation, SDCKCR is 0xe6150074, not ..78,
SD2CKCR is 0xe6150078, not ..7c.
For reference SD3CKCR is 0xe615026c.
Note that r8a7791.dtsi also has the mismatches between the labels and node
names.
The discrepancy is caused by the different number of SDHI modules in the
different SoCs of the R-Car Gen2 family.
- r8a7790 has hardware modules SDHI0, SDHI1, SDHI2, and SDHI3.
- r8a7791 and r8a7794 have hardware modules SDHI0, SDHI2, and SDHI3,
but call the last two instances SDHI1 and SDHI2, while the clock registers
are not renumbered.
So instance SDHI1 uses SD2CKCR, and instance SDHI2 uses SD3CKCR, right?
That means the node names are actually correct. But the register value and
unit address for the second clock are still wrong, they should be (0x)e615007c,
cfr. in r8a7791.dtsi.
Note that IMHO the clock-output-names are wrong, for both r8a7791 and r8a7794,
as the hardware documentation calls these "sd2" and "sd3", not "sd1" and "sd2".
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names
2015-01-05 9:41 ` Geert Uytterhoeven
@ 2015-01-08 0:38 ` Simon Horman
2015-01-08 7:22 ` Geert Uytterhoeven
0 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2015-01-08 0:38 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 05, 2015 at 10:41:14AM +0100, Geert Uytterhoeven wrote:
> On Mon, Jan 5, 2015 at 1:44 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> > diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
> > index 8f78da5..9856e9c 100644
> > --- a/arch/arm/boot/dts/r8a7794.dtsi
> > +++ b/arch/arm/boot/dts/r8a7794.dtsi
> > @@ -294,14 +294,14 @@
> > "lb", "qspi", "sdh", "sd0", "z";
> > };
> > /* Variable factor clocks */
> > - sd1_clk: sd2_clk@e6150078 {
> > + sd1_clk: sd1_clk@e6150078 {
> > compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
> > reg = <0 0xe6150078 0 4>;
> > clocks = <&pll1_div2_clk>;
> > #clock-cells = <0>;
> > clock-output-names = "sd1";
> > };
> > - sd2_clk: sd3_clk@e615007c {
> > + sd2_clk: sd2_clk@e615007c {
> > compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
> > reg = <0 0xe615007c 0 4>;
> > clocks = <&pll1_div2_clk>;
>
> According to the documentation, SDCKCR is 0xe6150074, not ..78,
> SD2CKCR is 0xe6150078, not ..7c.
> For reference SD3CKCR is 0xe615026c.
>
> Note that r8a7791.dtsi also has the mismatches between the labels and node
> names.
>
> The discrepancy is caused by the different number of SDHI modules in the
> different SoCs of the R-Car Gen2 family.
>
> - r8a7790 has hardware modules SDHI0, SDHI1, SDHI2, and SDHI3.
> - r8a7791 and r8a7794 have hardware modules SDHI0, SDHI2, and SDHI3,
> but call the last two instances SDHI1 and SDHI2, while the clock registers
> are not renumbered.
> So instance SDHI1 uses SD2CKCR, and instance SDHI2 uses SD3CKCR, right?
I had not noticed, but yes that does seem to be the case.
> That means the node names are actually correct. But the register value and
> unit address for the second clock are still wrong, they should be (0x)e615007c,
Ok, that makes sense. But in that the labels want updating, right?
> cfr. in r8a7791.dtsi.
>
> Note that IMHO the clock-output-names are wrong, for both r8a7791 and r8a7794,
> as the hardware documentation calls these "sd2" and "sd3", not "sd1" and "sd2".
Excellent. I think we can easily change that for the r8a7794 as the
nodes aren't being consumed nor have been part of a release. But I'm
less sure about a path forward for the r8a7791. What are your thoughts?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names
2015-01-08 0:38 ` Simon Horman
@ 2015-01-08 7:22 ` Geert Uytterhoeven
0 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2015-01-08 7:22 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simon,
On Thu, Jan 8, 2015 at 1:38 AM, Simon Horman <horms@verge.net.au> wrote:
> On Mon, Jan 05, 2015 at 10:41:14AM +0100, Geert Uytterhoeven wrote:
>> On Mon, Jan 5, 2015 at 1:44 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
>> > diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
>> > index 8f78da5..9856e9c 100644
>> > --- a/arch/arm/boot/dts/r8a7794.dtsi
>> > +++ b/arch/arm/boot/dts/r8a7794.dtsi
>> > @@ -294,14 +294,14 @@
>> > "lb", "qspi", "sdh", "sd0", "z";
>> > };
>> > /* Variable factor clocks */
>> > - sd1_clk: sd2_clk@e6150078 {
>> > + sd1_clk: sd1_clk@e6150078 {
>> > compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
>> > reg = <0 0xe6150078 0 4>;
>> > clocks = <&pll1_div2_clk>;
>> > #clock-cells = <0>;
>> > clock-output-names = "sd1";
>> > };
>> > - sd2_clk: sd3_clk@e615007c {
>> > + sd2_clk: sd2_clk@e615007c {
>> > compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
>> > reg = <0 0xe615007c 0 4>;
>> > clocks = <&pll1_div2_clk>;
>>
>> According to the documentation, SDCKCR is 0xe6150074, not ..78,
>> SD2CKCR is 0xe6150078, not ..7c.
>> For reference SD3CKCR is 0xe615026c.
>>
>> Note that r8a7791.dtsi also has the mismatches between the labels and node
>> names.
>>
>> The discrepancy is caused by the different number of SDHI modules in the
>> different SoCs of the R-Car Gen2 family.
>>
>> - r8a7790 has hardware modules SDHI0, SDHI1, SDHI2, and SDHI3.
>> - r8a7791 and r8a7794 have hardware modules SDHI0, SDHI2, and SDHI3,
>> but call the last two instances SDHI1 and SDHI2, while the clock registers
>> are not renumbered.
>> So instance SDHI1 uses SD2CKCR, and instance SDHI2 uses SD3CKCR, right?
>
> I had not noticed, but yes that does seem to be the case.
>
>> That means the node names are actually correct. But the register value and
>> unit address for the second clock are still wrong, they should be (0x)e615007c,
>
> Ok, that makes sense. But in that the labels want updating, right?
Yes, if the labels are supposed to refer to the clk instance (and not the
SDHI instance).
>> cfr. in r8a7791.dtsi.
>>
>> Note that IMHO the clock-output-names are wrong, for both r8a7791 and r8a7794,
>> as the hardware documentation calls these "sd2" and "sd3", not "sd1" and "sd2".
>
> Excellent. I think we can easily change that for the r8a7794 as the
> nodes aren't being consumed nor have been part of a release. But I'm
> less sure about a path forward for the r8a7791. What are your thoughts?
While the clock names are user-visible through /sysfs, I don't think anything
relies on them. Their users (in DT) refer to the labels in DT.
Or am I missing something?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] ARM: shmobile: r8a7794: Correct SDHI base address, clock labels and output-names
2015-01-05 0:44 [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names Simon Horman
2015-01-05 0:46 ` Simon Horman
2015-01-05 9:41 ` Geert Uytterhoeven
@ 2015-01-13 1:41 ` Simon Horman
2015-01-28 0:53 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, " Simon Horman
3 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-13 1:41 UTC (permalink / raw)
To: linux-arm-kernel
* Correct base address of SD3 div6 clk.
* Update div6 labels and MSTP output names
There appears to have been some inconsistency and confusion here as on
the r8a7790 these clocks are referred to as SD(HI)1 and SD(HI)2 while on
the r8a7791 and r8a7794 they are referred to as SD(HI)2 and SD(HI)3.
This has no run-time affect as the clock nodes are not currently used.
Fixes: 8e181633e6ca96049 ("ARM: shmobile: r8a7794: Add SDHI clocks to device tree")
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
* A similar change to update the div6 clock node names and labels,
and the MSTP clock output-names is required for the r8a7791.
The base addresses appear to be correct there.
---
arch/arm/boot/dts/r8a7794.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 8f78da5..b98534e 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -294,16 +294,16 @@
"lb", "qspi", "sdh", "sd0", "z";
};
/* Variable factor clocks */
- sd1_clk: sd2_clk@e6150078 {
+ sd2_clk: sd2_clk@e6150078 {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
reg = <0 0xe6150078 0 4>;
clocks = <&pll1_div2_clk>;
#clock-cells = <0>;
clock-output-names = "sd1";
};
- sd2_clk: sd3_clk@e615007c {
+ sd3_clk: sd3_clk@e615026c {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
- reg = <0 0xe615007c 0 4>;
+ reg = <0 0xe615026c 0 4>;
clocks = <&pll1_div2_clk>;
#clock-cells = <0>;
clock-output-names = "sd2";
@@ -518,7 +518,7 @@
mstp3_clks: mstp3_clks@e615013c {
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
- clocks = <&sd2_clk>, <&sd1_clk>, <&cpg_clocks R8A7794_CLK_SD0>,
+ clocks = <&sd3_clk>, <&sd2_clk>, <&cpg_clocks R8A7794_CLK_SD0>,
<&mmc0_clk>, <&rclk_clk>, <&hp_clk>, <&hp_clk>;
#clock-cells = <1>;
clock-indices = <
@@ -527,7 +527,7 @@
R8A7794_CLK_USBDMAC0 R8A7794_CLK_USBDMAC1
>;
clock-output-names - "sdhi2", "sdhi1", "sdhi0",
+ "sdhi3", "sdhi2", "sdhi0",
"mmcif0", "cmt1", "usbdmac0", "usbdmac1";
};
mstp7_clks: mstp7_clks@e615014c {
--
2.1.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, labels and output-names
2015-01-05 0:44 [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names Simon Horman
` (2 preceding siblings ...)
2015-01-13 1:41 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI base address, clock labels and output-names Simon Horman
@ 2015-01-28 0:53 ` Simon Horman
2015-01-28 9:14 ` Geert Uytterhoeven
3 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2015-01-28 0:53 UTC (permalink / raw)
To: linux-arm-kernel
* Correct base address of SD3 div6 clk.
* Update div6 clock node labels
There appears to have been some inconsistency and confusion here as on
the r8a7790 these clocks are referred to as SD(HI)1 and SD(HI)2 while on
the r8a7791 and r8a7794 they are referred to as SD(HI)2 and SD(HI)3.
This has no run-time affect as the clock nodes are not currently used.
Fixes: 8e181633e6ca96049 ("ARM: shmobile: r8a7794: Add SDHI clocks to device tree")
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
* A similar change to update the div6 clock node names and labels
appears to be required for the r8a7791. The base addresses appear to be
correct there.
* This patch is a revised version of " ARM: shmobile: r8a7794: Correct SDHI
base address, clock labels and output-names"
---
arch/arm/boot/dts/r8a7794.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 8f78da5..debf3e2d 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -294,19 +294,19 @@
"lb", "qspi", "sdh", "sd0", "z";
};
/* Variable factor clocks */
- sd1_clk: sd2_clk@e6150078 {
+ sd2_clk: sd2_clk@e6150078 {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
reg = <0 0xe6150078 0 4>;
clocks = <&pll1_div2_clk>;
#clock-cells = <0>;
- clock-output-names = "sd1";
+ clock-output-names = "sd2";
};
- sd2_clk: sd3_clk@e615007c {
+ sd3_clk: sd3_clk@e615026c {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
- reg = <0 0xe615007c 0 4>;
+ reg = <0 0xe615026c 0 4>;
clocks = <&pll1_div2_clk>;
#clock-cells = <0>;
- clock-output-names = "sd2";
+ clock-output-names = "sd3";
};
mmc0_clk: mmc0_clk@e6150240 {
compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock";
@@ -518,7 +518,7 @@
mstp3_clks: mstp3_clks@e615013c {
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
- clocks = <&sd2_clk>, <&sd1_clk>, <&cpg_clocks R8A7794_CLK_SD0>,
+ clocks = <&sd3_clk>, <&sd2_clk>, <&cpg_clocks R8A7794_CLK_SD0>,
<&mmc0_clk>, <&rclk_clk>, <&hp_clk>, <&hp_clk>;
#clock-cells = <1>;
clock-indices = <
--
2.1.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, labels and output-names
2015-01-28 0:53 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, " Simon Horman
@ 2015-01-28 9:14 ` Geert Uytterhoeven
2015-01-29 1:32 ` Simon Horman
0 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2015-01-28 9:14 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 28, 2015 at 1:53 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> * Correct base address of SD3 div6 clk.
> * Update div6 clock node labels
> There appears to have been some inconsistency and confusion here as on
> the r8a7790 these clocks are referred to as SD(HI)1 and SD(HI)2 while on
> the r8a7791 and r8a7794 they are referred to as SD(HI)2 and SD(HI)3.
>
> This has no run-time affect as the clock nodes are not currently used.
>
> Fixes: 8e181633e6ca96049 ("ARM: shmobile: r8a7794: Add SDHI clocks to device tree")
> Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, labels and output-names
2015-01-28 9:14 ` Geert Uytterhoeven
@ 2015-01-29 1:32 ` Simon Horman
0 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2015-01-29 1:32 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jan 28, 2015 at 10:14:53AM +0100, Geert Uytterhoeven wrote:
> On Wed, Jan 28, 2015 at 1:53 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > * Correct base address of SD3 div6 clk.
> > * Update div6 clock node labels
> > There appears to have been some inconsistency and confusion here as on
> > the r8a7790 these clocks are referred to as SD(HI)1 and SD(HI)2 while on
> > the r8a7791 and r8a7794 they are referred to as SD(HI)2 and SD(HI)3.
> >
> > This has no run-time affect as the clock nodes are not currently used.
> >
> > Fixes: 8e181633e6ca96049 ("ARM: shmobile: r8a7794: Add SDHI clocks to device tree")
> > Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I will queue this up.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-01-29 1:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 0:44 [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock node names Simon Horman
2015-01-05 0:46 ` Simon Horman
2015-01-05 9:41 ` Geert Uytterhoeven
2015-01-08 0:38 ` Simon Horman
2015-01-08 7:22 ` Geert Uytterhoeven
2015-01-13 1:41 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI base address, clock labels and output-names Simon Horman
2015-01-28 0:53 ` [PATCH] ARM: shmobile: r8a7794: Correct SDHI clock base address, " Simon Horman
2015-01-28 9:14 ` Geert Uytterhoeven
2015-01-29 1:32 ` 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).