All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm,gic-400"
@ 2015-06-17 13:03 ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi Simon, Magnus,

This patch series replaces the "arm,cortex-a15-gic" compatible value for
the GIC device node by "arm,gic-400" in the R-Mobile APE6 and R-Car Gen2
device trees:
  - The R-Mobile APE6 documentation states it has a GIC-400,
  - The R-Car Gen2 is assumed to have a GIC-400, too.

The presence of a GIC-400 has been confirmed on APE6 and R-Car M2 by
reading the GICD_IIDR register[1], which reports 0x0200043b (GIC-400 0x02, ARM = 0x43b).

This change has no effect on runtime behavior, as currently[2] the GIC
driver treats both compatible values the same.

This has been tested on r8a73a4/ape6evm and r8a7791/koelsch.

Thanks for applying!

[1] Using Mark Rutland's patch in https://lkml.org/lkml/2015/4/29/259,
    or from U-Boot using "md 0xf1001008 1",
[2] Backporter's note: since commit 144cb08864ed44be ("irqchip: gic: Add
    binding probe for ARM GIC400").

Geert Uytterhoeven (5):
  ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7791 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7793 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7794 dtsi: Use "arm,gic-400" for GIC

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

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400"
@ 2015-06-17 13:03 ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi Simon, Magnus,

This patch series replaces the "arm,cortex-a15-gic" compatible value for
the GIC device node by "arm,gic-400" in the R-Mobile APE6 and R-Car Gen2
device trees:
  - The R-Mobile APE6 documentation states it has a GIC-400,
  - The R-Car Gen2 is assumed to have a GIC-400, too.

The presence of a GIC-400 has been confirmed on APE6 and R-Car M2 by
reading the GICD_IIDR register[1], which reports 0x0200043b (GIC-400 =
0x02, ARM = 0x43b).

This change has no effect on runtime behavior, as currently[2] the GIC
driver treats both compatible values the same.

This has been tested on r8a73a4/ape6evm and r8a7791/koelsch.

Thanks for applying!

[1] Using Mark Rutland's patch in https://lkml.org/lkml/2015/4/29/259,
    or from U-Boot using "md 0xf1001008 1",
[2] Backporter's note: since commit 144cb08864ed44be ("irqchip: gic: Add
    binding probe for ARM GIC400").

Geert Uytterhoeven (5):
  ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7791 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7793 dtsi: Use "arm,gic-400" for GIC
  ARM: shmobile: r8a7794 dtsi: Use "arm,gic-400" for GIC

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

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 1/5] ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC
  2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the documentation states it's a GIC-400.
This has been confirmed by reading the GICD_IIDR register, which reports
0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 arch/arm/boot/dts/r8a73a4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index 7ee22a41c6c97488..5090d1a8f652e8be 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -434,7 +434,7 @@
 	};
 
 	gic: interrupt-controller@f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1


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

* [PATCH 1/5] ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the documentation states it's a GIC-400.
This has been confirmed by reading the GICD_IIDR register, which reports
0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 arch/arm/boot/dts/r8a73a4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index 7ee22a41c6c97488..5090d1a8f652e8be 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -434,7 +434,7 @@
 	};
 
 	gic: interrupt-controller at f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1

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

* [PATCH 2/5] ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GIC
  2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 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 51ab8865ea37dc89..d24dcf231fff65ed 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -113,7 +113,7 @@
 	};
 
 	gic: interrupt-controller@f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1


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

* [PATCH 2/5] ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GIC
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 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 51ab8865ea37dc89..d24dcf231fff65ed 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -113,7 +113,7 @@
 	};
 
 	gic: interrupt-controller at f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1

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

* [PATCH 3/5] ARM: shmobile: r8a7791 dtsi: Use "arm,gic-400" for GIC
  2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register, which reports
0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 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 dc1cd3f166060712..07ea2bebe4966da0 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -70,7 +70,7 @@
 	};
 
 	gic: interrupt-controller@f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1


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

* [PATCH 3/5] ARM: shmobile: r8a7791 dtsi: Use "arm,gic-400" for GIC
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register, which reports
0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 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 dc1cd3f166060712..07ea2bebe4966da0 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -70,7 +70,7 @@
 	};
 
 	gic: interrupt-controller at f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1

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

* [PATCH 4/5] ARM: shmobile: r8a7793 dtsi: Use "arm,gic-400" for GIC
  2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 arch/arm/boot/dts/r8a7793.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index c50c5f65388af2d0..3355c487d108360f 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -42,7 +42,7 @@
 	};
 
 	gic: interrupt-controller@f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1


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

* [PATCH 4/5] ARM: shmobile: r8a7793 dtsi: Use "arm,gic-400" for GIC
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 arch/arm/boot/dts/r8a7793.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index c50c5f65388af2d0..3355c487d108360f 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -42,7 +42,7 @@
 	};
 
 	gic: interrupt-controller at f1001000 {
-		compatible = "arm,cortex-a15-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1

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

* [PATCH 5/5] ARM: shmobile: r8a7794 dtsi: Use "arm,gic-400" for GIC
  2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 arch/arm/boot/dts/r8a7794.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index b738194233113402..8824dbd5dbb4a5c2 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -39,7 +39,7 @@
 	};
 
 	gic: interrupt-controller@f1001000 {
-		compatible = "arm,cortex-a7-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1


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

* [PATCH 5/5] ARM: shmobile: r8a7794 dtsi: Use "arm,gic-400" for GIC
@ 2015-06-17 13:03   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-06-17 13:03 UTC (permalink / raw)
  To: linux-arm-kernel

Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register (on r8a7791),
which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
You can read the GICD_IIDR register from U-Boot using

    md 0xf1001008 1
---
 arch/arm/boot/dts/r8a7794.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index b738194233113402..8824dbd5dbb4a5c2 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -39,7 +39,7 @@
 	};
 
 	gic: interrupt-controller at f1001000 {
-		compatible = "arm,cortex-a7-gic";
+		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
 		#address-cells = <0>;
 		interrupt-controller;
-- 
1.9.1

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

* Re: [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm,gic-400"
  2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
@ 2015-06-19  3:43   ` Simon Horman
  -1 siblings, 0 replies; 14+ messages in thread
From: Simon Horman @ 2015-06-19  3:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jun 17, 2015 at 03:03:31PM +0200, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series replaces the "arm,cortex-a15-gic" compatible value for
> the GIC device node by "arm,gic-400" in the R-Mobile APE6 and R-Car Gen2
> device trees:
>   - The R-Mobile APE6 documentation states it has a GIC-400,
>   - The R-Car Gen2 is assumed to have a GIC-400, too.
> 
> The presence of a GIC-400 has been confirmed on APE6 and R-Car M2 by
> reading the GICD_IIDR register[1], which reports 0x0200043b (GIC-400 > 0x02, ARM = 0x43b).
> 
> This change has no effect on runtime behavior, as currently[2] the GIC
> driver treats both compatible values the same.
> 
> This has been tested on r8a73a4/ape6evm and r8a7791/koelsch.
> 
> Thanks for applying!
> 
> [1] Using Mark Rutland's patch in https://lkml.org/lkml/2015/4/29/259,
>     or from U-Boot using "md 0xf1001008 1",
> [2] Backporter's note: since commit 144cb08864ed44be ("irqchip: gic: Add
>     binding probe for ARM GIC400").

Thanks, I have queued these up after testing that the following still boot.

r8a73a4/ape6evm, r8a7790/lager r8a7791/koelsch, r8a7794/alt

I am unable to test the r8a7794/gose at this time.


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

* [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm,gic-400"
@ 2015-06-19  3:43   ` Simon Horman
  0 siblings, 0 replies; 14+ messages in thread
From: Simon Horman @ 2015-06-19  3:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jun 17, 2015 at 03:03:31PM +0200, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series replaces the "arm,cortex-a15-gic" compatible value for
> the GIC device node by "arm,gic-400" in the R-Mobile APE6 and R-Car Gen2
> device trees:
>   - The R-Mobile APE6 documentation states it has a GIC-400,
>   - The R-Car Gen2 is assumed to have a GIC-400, too.
> 
> The presence of a GIC-400 has been confirmed on APE6 and R-Car M2 by
> reading the GICD_IIDR register[1], which reports 0x0200043b (GIC-400 =
> 0x02, ARM = 0x43b).
> 
> This change has no effect on runtime behavior, as currently[2] the GIC
> driver treats both compatible values the same.
> 
> This has been tested on r8a73a4/ape6evm and r8a7791/koelsch.
> 
> Thanks for applying!
> 
> [1] Using Mark Rutland's patch in https://lkml.org/lkml/2015/4/29/259,
>     or from U-Boot using "md 0xf1001008 1",
> [2] Backporter's note: since commit 144cb08864ed44be ("irqchip: gic: Add
>     binding probe for ARM GIC400").

Thanks, I have queued these up after testing that the following still boot.

r8a73a4/ape6evm, r8a7790/lager r8a7791/koelsch, r8a7794/alt

I am unable to test the r8a7794/gose at this time.

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

end of thread, other threads:[~2015-06-19  3:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17 13:03 [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm,gic-400" Geert Uytterhoeven
2015-06-17 13:03 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm, gic-400" Geert Uytterhoeven
2015-06-17 13:03 ` [PATCH 1/5] ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GIC Geert Uytterhoeven
2015-06-17 13:03   ` Geert Uytterhoeven
2015-06-17 13:03 ` [PATCH 2/5] ARM: shmobile: r8a7790 " Geert Uytterhoeven
2015-06-17 13:03   ` Geert Uytterhoeven
2015-06-17 13:03 ` [PATCH 3/5] ARM: shmobile: r8a7791 " Geert Uytterhoeven
2015-06-17 13:03   ` Geert Uytterhoeven
2015-06-17 13:03 ` [PATCH 4/5] ARM: shmobile: r8a7793 " Geert Uytterhoeven
2015-06-17 13:03   ` Geert Uytterhoeven
2015-06-17 13:03 ` [PATCH 5/5] ARM: shmobile: r8a7794 " Geert Uytterhoeven
2015-06-17 13:03   ` Geert Uytterhoeven
2015-06-19  3:43 ` [PATCH 0/5] ARM: shmobile: R-Mobile APE6 / R-Car Gen2: Use "arm,gic-400" Simon Horman
2015-06-19  3:43   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.