SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH v2 01/06] ARM: shmobile: r8a7779: Configure IRLM mode via DT
@ 2015-06-25  8:57 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2015-06-25  8:57 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm+renesas@opensource.se>

Adjust the r8a7779 SoC DTS and the Marzen Reference
C board code to use DTS only for INTC-IRQPIN IRLM setup.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---

 Changes since V1:
 - Fixed unit-address mismatch, thanks Geert!

 arch/arm/boot/dts/r8a7779.dtsi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- 0001/arch/arm/boot/dts/r8a7779.dtsi
+++ work/arch/arm/boot/dts/r8a7779.dtsi	2015-06-25 16:33:46.132366518 +0900
@@ -148,7 +148,7 @@
 		interrupt-controller;
 	};
 
-	irqpin0: interrupt-controller@fe780010 {
+	irqpin0: interrupt-controller@fe78001c {
 		compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin";
 		#interrupt-cells = <2>;
 		status = "disabled";
@@ -157,7 +157,8 @@
 			<0xfe780010 4>,
 			<0xfe780024 4>,
 			<0xfe780044 4>,
-			<0xfe780064 4>;
+			<0xfe780064 4>,
+			<0xfe780000 4>;
 		interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH
 			      0 28 IRQ_TYPE_LEVEL_HIGH
 			      0 29 IRQ_TYPE_LEVEL_HIGH

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-25  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25  8:57 [PATCH v2 01/06] ARM: shmobile: r8a7779: Configure IRLM mode via DT Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox