devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming
@ 2015-04-27 13:55 Geert Uytterhoeven
  2015-04-27 13:55 ` [PATCH 2/2] ARM: shmobile: sh73a0 " Geert Uytterhoeven
  2015-04-28  0:48 ` [PATCH 1/2] ARM: shmobile: r8a7740 " Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-04-27 13:55 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-sh-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Geert Uytterhoeven

The single SCIFB on R-Mobile A1 is called "scifb", not "scifb8".

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
Cfr. commit 0b3a0ef613538cae ("ARM: shmobile: r8a73a4: fix scifb* naming")
---
 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 f265b6b194e9774d..d84714468cce18df 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -275,7 +275,7 @@
 		status = "disabled";
 	};
 
-	scifb8: serial@e6c30000 {
+	scifb: serial@e6c30000 {
 		compatible = "renesas,scifb-r8a7740", "renesas,scifb";
 		reg = <0xe6c30000 0x100>;
 		interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: shmobile: sh73a0 dtsi: Fix SCIFB naming
  2015-04-27 13:55 [PATCH 1/2] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming Geert Uytterhoeven
@ 2015-04-27 13:55 ` Geert Uytterhoeven
  2015-04-28  0:48 ` [PATCH 1/2] ARM: shmobile: r8a7740 " Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-04-27 13:55 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven

The single SCIFB on SH-Mobile AG5 is called "scifb", not "scifb8".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Cfr. commit 0b3a0ef613538cae ("ARM: shmobile: r8a73a4: fix scifb* naming")
---
 arch/arm/boot/dts/sh73a0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index 0bdb1da60487b431..11e17c5f26e2cae2 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -376,7 +376,7 @@
 		status = "disabled";
 	};
 
-	scifb8: serial@e6c30000 {
+	scifb: serial@e6c30000 {
 		compatible = "renesas,scifb-sh73a0", "renesas,scifb";
 		reg = <0xe6c30000 0x100>;
 		interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming
  2015-04-27 13:55 [PATCH 1/2] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming Geert Uytterhoeven
  2015-04-27 13:55 ` [PATCH 2/2] ARM: shmobile: sh73a0 " Geert Uytterhoeven
@ 2015-04-28  0:48 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2015-04-28  0:48 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh, linux-arm-kernel

On Mon, Apr 27, 2015 at 03:55:23PM +0200, Geert Uytterhoeven wrote:
> The single SCIFB on R-Mobile A1 is called "scifb", not "scifb8".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Cfr. commit 0b3a0ef613538cae ("ARM: shmobile: r8a73a4: fix scifb* naming")

Thanks, both patches queued up for v4.2.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-28  0:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 13:55 [PATCH 1/2] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming Geert Uytterhoeven
2015-04-27 13:55 ` [PATCH 2/2] ARM: shmobile: sh73a0 " Geert Uytterhoeven
2015-04-28  0:48 ` [PATCH 1/2] ARM: shmobile: r8a7740 " 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).