linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dac compatibility strings
@ 2015-12-11  2:59 Simon Horman
  2015-12-11  4:04 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2015-12-11  2:59 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently SoC-specific compatibility strings in r8a779[01] device trees.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Based on renesas-devel-20151211-v4.4-rc4
---
 arch/arm/boot/dts/r8a7790.dtsi | 4 ++--
 arch/arm/boot/dts/r8a7791.dtsi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 9f3036b80c0e..c6f083c9345d 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -386,7 +386,7 @@
 	};
 
 	usb_dmac0: dma-controller at e65a0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65a0000 0 0x100>;
 		interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH
 			      0 109 IRQ_TYPE_LEVEL_HIGH>;
@@ -398,7 +398,7 @@
 	};
 
 	usb_dmac1: dma-controller at e65b0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65b0000 0 0x100>;
 		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH
 			      0 110 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 36559cb0eb6b..ae1dda181624 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -375,7 +375,7 @@
 	};
 
 	usb_dmac0: dma-controller at e65a0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65a0000 0 0x100>;
 		interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH
 			      0 109 IRQ_TYPE_LEVEL_HIGH>;
@@ -387,7 +387,7 @@
 	};
 
 	usb_dmac1: dma-controller at e65b0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65b0000 0 0x100>;
 		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH
 			      0 110 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.1.4

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

* [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dac compatibility strings
  2015-12-11  2:59 [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dac compatibility strings Simon Horman
@ 2015-12-11  4:04 ` Simon Horman
  2015-12-14  5:10   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2015-12-11  4:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 11, 2015 at 11:59:38AM +0900, Simon Horman wrote:
> Use recently SoC-specific compatibility strings in r8a779[01] device trees.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Based on renesas-devel-20151211-v4.4-rc4

Bother, there is a typo in the subject.
I plan to fix that either when merging or reposting the patch
depending on what other feedback I get.

> ---
>  arch/arm/boot/dts/r8a7790.dtsi | 4 ++--
>  arch/arm/boot/dts/r8a7791.dtsi | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
> index 9f3036b80c0e..c6f083c9345d 100644
> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -386,7 +386,7 @@
>  	};
>  
>  	usb_dmac0: dma-controller at e65a0000 {
> -		compatible = "renesas,usb-dmac";
> +		compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac";
>  		reg = <0 0xe65a0000 0 0x100>;
>  		interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH
>  			      0 109 IRQ_TYPE_LEVEL_HIGH>;
> @@ -398,7 +398,7 @@
>  	};
>  
>  	usb_dmac1: dma-controller at e65b0000 {
> -		compatible = "renesas,usb-dmac";
> +		compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac";
>  		reg = <0 0xe65b0000 0 0x100>;
>  		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH
>  			      0 110 IRQ_TYPE_LEVEL_HIGH>;
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index 36559cb0eb6b..ae1dda181624 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -375,7 +375,7 @@
>  	};
>  
>  	usb_dmac0: dma-controller at e65a0000 {
> -		compatible = "renesas,usb-dmac";
> +		compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac";
>  		reg = <0 0xe65a0000 0 0x100>;
>  		interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH
>  			      0 109 IRQ_TYPE_LEVEL_HIGH>;
> @@ -387,7 +387,7 @@
>  	};
>  
>  	usb_dmac1: dma-controller at e65b0000 {
> -		compatible = "renesas,usb-dmac";
> +		compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac";
>  		reg = <0 0xe65b0000 0 0x100>;
>  		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH
>  			      0 110 IRQ_TYPE_LEVEL_HIGH>;
> -- 
> 2.1.4
> 

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

* [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dac compatibility strings
  2015-12-11  4:04 ` Simon Horman
@ 2015-12-14  5:10   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2015-12-14  5:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 11, 2015 at 01:04:06PM +0900, Simon Horman wrote:
> On Fri, Dec 11, 2015 at 11:59:38AM +0900, Simon Horman wrote:
> > Use recently SoC-specific compatibility strings in r8a779[01] device trees.
> > 
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> > Based on renesas-devel-20151211-v4.4-rc4
> 
> Bother, there is a typo in the subject.
> I plan to fix that either when merging or reposting the patch
> depending on what other feedback I get.

I have queued up the following:

From: Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dmac
 compatibility strings

Use recently SoC-specific compatibility strings in r8a779[01] device trees.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 4 ++--
 arch/arm/boot/dts/r8a7791.dtsi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 9f3036b80c0e..c6f083c9345d 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -386,7 +386,7 @@
 	};
 
 	usb_dmac0: dma-controller at e65a0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65a0000 0 0x100>;
 		interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH
 			      0 109 IRQ_TYPE_LEVEL_HIGH>;
@@ -398,7 +398,7 @@
 	};
 
 	usb_dmac1: dma-controller at e65b0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7790-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65b0000 0 0x100>;
 		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH
 			      0 110 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 36559cb0eb6b..ae1dda181624 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -375,7 +375,7 @@
 	};
 
 	usb_dmac0: dma-controller at e65a0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65a0000 0 0x100>;
 		interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH
 			      0 109 IRQ_TYPE_LEVEL_HIGH>;
@@ -387,7 +387,7 @@
 	};
 
 	usb_dmac1: dma-controller at e65b0000 {
-		compatible = "renesas,usb-dmac";
+		compatible = "renesas,r8a7791-usb-dmac", "renesas,usb-dmac";
 		reg = <0 0xe65b0000 0 0x100>;
 		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH
 			      0 110 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.1.4

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

end of thread, other threads:[~2015-12-14  5:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11  2:59 [PATCH] ARM: shmobile: r8a779x: use SoC-specific usb-dac compatibility strings Simon Horman
2015-12-11  4:04 ` Simon Horman
2015-12-14  5:10   ` 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).