* [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name
@ 2013-11-20 3:18 Kuninori Morimoto
2013-11-21 3:58 ` Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2013-11-20 3:18 UTC (permalink / raw)
To: linux-sh
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(-)
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name
2013-11-20 3:18 [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name Kuninori Morimoto
@ 2013-11-21 3:58 ` Simon Horman
2013-11-21 4:32 ` Kuninori Morimoto
2013-11-21 4:38 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-11-21 3:58 UTC (permalink / raw)
To: linux-sh
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name
2013-11-20 3:18 [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name Kuninori Morimoto
2013-11-21 3:58 ` Simon Horman
@ 2013-11-21 4:32 ` Kuninori Morimoto
2013-11-21 4:38 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2013-11-21 4:32 UTC (permalink / raw)
To: linux-sh
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name
2013-11-20 3:18 [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name Kuninori Morimoto
2013-11-21 3:58 ` Simon Horman
2013-11-21 4:32 ` Kuninori Morimoto
@ 2013-11-21 4:38 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-11-21 4:38 UTC (permalink / raw)
To: linux-sh
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-21 4:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 3:18 [PATCH 3/3] ARM: shmobile: sh73a0: fixup sdhi compatible name Kuninori Morimoto
2013-11-21 3:58 ` Simon Horman
2013-11-21 4:32 ` Kuninori Morimoto
2013-11-21 4:38 ` 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).