linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a73a4: fix scifb* naming
@ 2014-11-04 16:21 Ulrich Hecht
  2014-11-05  5:51 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2014-11-04 16:21 UTC (permalink / raw)
  To: linux-sh

Ports are named scifb0-3, not scifb2-5.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 arch/arm/boot/dts/r8a73a4.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index b5ead84..7f57dc7 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -274,14 +274,14 @@
 		status = "disabled";
 	};
 
-	scifb2: serial@e6c20000 {
+	scifb0: serial@e6c20000 {
 		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
 		reg = <0 0xe6c20000 0 0x100>;
 		interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>;
 		status = "disabled";
 	};
 
-	scifb3: serial@e6c30000 {
+	scifb1: serial@e6c30000 {
 		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
 		reg = <0 0xe6c30000 0 0x100>;
 		interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>;
@@ -302,14 +302,14 @@
 		status = "disabled";
 	};
 
-	scifb4: serial@e6ce0000 {
+	scifb2: serial@e6ce0000 {
 		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
 		reg = <0 0xe6ce0000 0 0x100>;
 		interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
 		status = "disabled";
 	};
 
-	scifb5: serial@e6cf0000 {
+	scifb3: serial@e6cf0000 {
 		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
 		reg = <0 0xe6cf0000 0 0x100>;
 		interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>;
-- 
1.8.4.5


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

* Re: [PATCH] ARM: shmobile: r8a73a4: fix scifb* naming
  2014-11-04 16:21 [PATCH] ARM: shmobile: r8a73a4: fix scifb* naming Ulrich Hecht
@ 2014-11-05  5:51 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2014-11-05  5:51 UTC (permalink / raw)
  To: linux-sh

On Tue, Nov 04, 2014 at 05:21:24PM +0100, Ulrich Hecht wrote:
> Ports are named scifb0-3, not scifb2-5.
> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Thanks, I have queued this up.
> ---
>  arch/arm/boot/dts/r8a73a4.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
> index b5ead84..7f57dc7 100644
> --- a/arch/arm/boot/dts/r8a73a4.dtsi
> +++ b/arch/arm/boot/dts/r8a73a4.dtsi
> @@ -274,14 +274,14 @@
>  		status = "disabled";
>  	};
>  
> -	scifb2: serial@e6c20000 {
> +	scifb0: serial@e6c20000 {
>  		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
>  		reg = <0 0xe6c20000 0 0x100>;
>  		interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>;
>  		status = "disabled";
>  	};
>  
> -	scifb3: serial@e6c30000 {
> +	scifb1: serial@e6c30000 {
>  		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
>  		reg = <0 0xe6c30000 0 0x100>;
>  		interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>;
> @@ -302,14 +302,14 @@
>  		status = "disabled";
>  	};
>  
> -	scifb4: serial@e6ce0000 {
> +	scifb2: serial@e6ce0000 {
>  		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
>  		reg = <0 0xe6ce0000 0 0x100>;
>  		interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
>  		status = "disabled";
>  	};
>  
> -	scifb5: serial@e6cf0000 {
> +	scifb3: serial@e6cf0000 {
>  		compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
>  		reg = <0 0xe6cf0000 0 0x100>;
>  		interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>;
> -- 
> 1.8.4.5
> 

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

end of thread, other threads:[~2014-11-05  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 16:21 [PATCH] ARM: shmobile: r8a73a4: fix scifb* naming Ulrich Hecht
2014-11-05  5:51 ` 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).