linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: shmobile: r8a779x: use fallback pcie compatibility string
@ 2015-12-18  2:36 Simon Horman
  2015-12-18  2:36 ` [PATCH 1/2] ARM: shmobile: r8a7790: " Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2015-12-18  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this short series makes use of the recently added fallback pcie
compatibility string in the r8a779[01] device trees.

Based on renesas-devel-20151218-v4.4-rc5.

Simon Horman (2):
  ARM: shmobile: r8a7790: use fallback pcie compatibility string
  ARM: shmobile: r8a7791: use fallback pcie compatibility string

 arch/arm/boot/dts/r8a7790.dtsi | 2 +-
 arch/arm/boot/dts/r8a7791.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.1.4


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

* [PATCH 1/2] ARM: shmobile: r8a7790: use fallback pcie compatibility string
  2015-12-18  2:36 [PATCH 0/2] ARM: shmobile: r8a779x: use fallback pcie compatibility string Simon Horman
@ 2015-12-18  2:36 ` Simon Horman
  2015-12-18  2:36 ` [PATCH 2/2] ARM: shmobile: r8a7791: " Simon Horman
  2016-02-15  1:54 ` [PATCH 0/2] ARM: shmobile: r8a779x: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-12-18  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback compatibility string in r8a7790 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 7dfd393bfc7e..9555766c98b4 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1567,7 +1567,7 @@
 	};
 
 	pciec: pcie@fe000000 {
-		compatible = "renesas,pcie-r8a7790";
+		compatible = "renesas,pcie-r8a7790", "renesas,pcie-rcar-gen2";
 		reg = <0 0xfe000000 0 0x80000>;
 		#address-cells = <3>;
 		#size-cells = <2>;
-- 
2.1.4


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

* [PATCH 2/2] ARM: shmobile: r8a7791: use fallback pcie compatibility string
  2015-12-18  2:36 [PATCH 0/2] ARM: shmobile: r8a779x: use fallback pcie compatibility string Simon Horman
  2015-12-18  2:36 ` [PATCH 1/2] ARM: shmobile: r8a7790: " Simon Horman
@ 2015-12-18  2:36 ` Simon Horman
  2016-02-15  1:54 ` [PATCH 0/2] ARM: shmobile: r8a779x: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-12-18  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback compatibility string in r8a7791 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 2a369ddcb6fd..1d3a13f3f729 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1564,7 +1564,7 @@
 	};
 
 	pciec: pcie@fe000000 {
-		compatible = "renesas,pcie-r8a7791";
+		compatible = "renesas,pcie-r8a7791", "renesas,pcie-rcar-gen2";
 		reg = <0 0xfe000000 0 0x80000>;
 		#address-cells = <3>;
 		#size-cells = <2>;
-- 
2.1.4


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

* Re: [PATCH 0/2] ARM: shmobile: r8a779x: use fallback pcie compatibility string
  2015-12-18  2:36 [PATCH 0/2] ARM: shmobile: r8a779x: use fallback pcie compatibility string Simon Horman
  2015-12-18  2:36 ` [PATCH 1/2] ARM: shmobile: r8a7790: " Simon Horman
  2015-12-18  2:36 ` [PATCH 2/2] ARM: shmobile: r8a7791: " Simon Horman
@ 2016-02-15  1:54 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-02-15  1:54 UTC (permalink / raw)
  To: linux-arm-kernel

[Cc: linux-renesas-soc@vger.kernel.org]

On Fri, Dec 18, 2015 at 11:36:01AM +0900, Simon Horman wrote:
> Hi,
> 
> this short series makes use of the recently added fallback pcie
> compatibility string in the r8a779[01] device trees.
> 
> Based on renesas-devel-20151218-v4.4-rc5.
> 
> Simon Horman (2):
>   ARM: shmobile: r8a7790: use fallback pcie compatibility string
>   ARM: shmobile: r8a7791: use fallback pcie compatibility string
> 
>  arch/arm/boot/dts/r8a7790.dtsi | 2 +-
>  arch/arm/boot/dts/r8a7791.dtsi | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

I have queued these up for v4.6.

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

end of thread, other threads:[~2016-02-15  1:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18  2:36 [PATCH 0/2] ARM: shmobile: r8a779x: use fallback pcie compatibility string Simon Horman
2015-12-18  2:36 ` [PATCH 1/2] ARM: shmobile: r8a7790: " Simon Horman
2015-12-18  2:36 ` [PATCH 2/2] ARM: shmobile: r8a7791: " Simon Horman
2016-02-15  1:54 ` [PATCH 0/2] ARM: shmobile: r8a779x: " 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).