diff mbox

[3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name

Message ID 87zjoz92xd.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit 1c439f9a8da458e4dfdffc6e2cf6f22127566aab
Headers show

Commit Message

Kuninori Morimoto Nov. 20, 2013, 3:18 a.m. UTC
sh73a0 != r8a7740

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/boot/dts/sh73a0.dtsi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Simon Horman Nov. 21, 2013, 3:58 a.m. UTC | #1
On Tue, Nov 19, 2013 at 07:18:09PM -0800, Kuninori Morimoto wrote:
> sh73a0 != r8a7740
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks, I will queue this up.
Assuming all goes will I plan to push this and other updates
today or tomorrow.

Can you confirm that at this time there is no run-time
affect of this change?

> ---
>  arch/arm/boot/dts/sh73a0.dtsi |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
> index aef8a61..29d2ee6 100644
> --- a/arch/arm/boot/dts/sh73a0.dtsi
> +++ b/arch/arm/boot/dts/sh73a0.dtsi
> @@ -203,7 +203,7 @@
>  	};
>  
>  	sdhi0: sd@ee100000 {
> -		compatible = "renesas,sdhi-r8a7740";
> +		compatible = "renesas,sdhi-sh73a0";
>  		reg = <0xee100000 0x100>;
>  		interrupt-parent = <&gic>;
>  		interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH
> @@ -215,7 +215,7 @@
>  
>  	/* SDHI1 and SDHI2 have no CD pins, no need for CD IRQ */
>  	sdhi1: sd@ee120000 {
> -		compatible = "renesas,sdhi-r8a7740";
> +		compatible = "renesas,sdhi-sh73a0";
>  		reg = <0xee120000 0x100>;
>  		interrupt-parent = <&gic>;
>  		interrupts = <0 88 IRQ_TYPE_LEVEL_HIGH
> @@ -226,7 +226,7 @@
>  	};
>  
>  	sdhi2: sd@ee140000 {
> -		compatible = "renesas,sdhi-r8a7740";
> +		compatible = "renesas,sdhi-sh73a0";
>  		reg = <0xee140000 0x100>;
>  		interrupt-parent = <&gic>;
>  		interrupts = <0 104 IRQ_TYPE_LEVEL_HIGH
> -- 
> 1.7.9.5
> 
> --
> 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
> 
--
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
Kuninori Morimoto Nov. 21, 2013, 4:32 a.m. UTC | #2
Hi Simon

> On Tue, Nov 19, 2013 at 07:18:09PM -0800, Kuninori Morimoto wrote:
> > sh73a0 != r8a7740
> > 
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Thanks, I will queue this up.
> Assuming all goes will I plan to push this and other updates
> today or tomorrow.
> 
> Can you confirm that at this time there is no run-time
> affect of this change?

Thank you.
It should be OK, since sh_mobile_sdhi driver is using
same value for renesas,sdhi-r8a7740/sh73a0.

Best regards
---
Kuninori Morimoto
--
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
Simon Horman Nov. 21, 2013, 4:38 a.m. UTC | #3
On Wed, Nov 20, 2013 at 08:32:16PM -0800, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > On Tue, Nov 19, 2013 at 07:18:09PM -0800, Kuninori Morimoto wrote:
> > > sh73a0 != r8a7740
> > > 
> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > Thanks, I will queue this up.
> > Assuming all goes will I plan to push this and other updates
> > today or tomorrow.
> > 
> > Can you confirm that at this time there is no run-time
> > affect of this change?
> 
> Thank you.
> It should be OK, since sh_mobile_sdhi driver is using
> same value for renesas,sdhi-r8a7740/sh73a0.

Thanks.
--
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
diff mbox

Patch

diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index aef8a61..29d2ee6 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -203,7 +203,7 @@ 
 	};
 
 	sdhi0: sd@ee100000 {
-		compatible = "renesas,sdhi-r8a7740";
+		compatible = "renesas,sdhi-sh73a0";
 		reg = <0xee100000 0x100>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH
@@ -215,7 +215,7 @@ 
 
 	/* SDHI1 and SDHI2 have no CD pins, no need for CD IRQ */
 	sdhi1: sd@ee120000 {
-		compatible = "renesas,sdhi-r8a7740";
+		compatible = "renesas,sdhi-sh73a0";
 		reg = <0xee120000 0x100>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 88 IRQ_TYPE_LEVEL_HIGH
@@ -226,7 +226,7 @@ 
 	};
 
 	sdhi2: sd@ee140000 {
-		compatible = "renesas,sdhi-r8a7740";
+		compatible = "renesas,sdhi-sh73a0";
 		reg = <0xee140000 0x100>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 104 IRQ_TYPE_LEVEL_HIGH