All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-02-20 21:31 ` Sergei Shtylyov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Shtylyov @ 2017-02-20 21:31 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Mark Rutland, Catalin Marinas,
	Will Deacon, linux-renesas-soc, devicetree
  Cc: Magnus Damm, linux-arm-kernel, Sergei Shtylyov

[-- Attachment #1: arm64-dts-r8a7796-add-IMR-LX4-support.patch --]
[-- Type: text/plain, Size: 1227 bytes --]

Describe the IMR-LX4 devices in the R8A7796 device tree.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'renesas-devel-20170217-v4.10-rc8' tag of Simon
Horman's 'renesas.git' repo.

The IMR-LX4 binding was documented in the IMR driver patch; I don't expect it
to  change  even if the driver  would be  rewritten  for DRM...

 arch/arm64/boot/dts/renesas/r8a7796.dtsi |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Index: renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
===================================================================
--- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -904,5 +904,21 @@
 				};
 			};
 		};
+
+		imr-lx4@fe860000 {
+			compatible = "renesas,imr-lx4";
+			reg = <0 0xfe860000 0 0x2000>;
+			interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 823>;
+			power-domains = <&sysc R8A7796_PD_A3VC>;
+		};
+
+		imr-lx4@fe870000 {
+			compatible = "renesas,imr-lx4";
+			reg = <0 0xfe870000 0 0x2000>;
+			interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 822>;
+			power-domains = <&sysc R8A7796_PD_A3VC>;
+		};
 	};
 };

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

end of thread, other threads:[~2017-03-13  9:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20 21:31 [PATCH] arm64: dts: r8a7796: add IMR-LX4 support Sergei Shtylyov
2017-02-20 21:31 ` Sergei Shtylyov
2017-03-10  9:30 ` Simon Horman
2017-03-10  9:30   ` Simon Horman
2017-03-10  9:30   ` Simon Horman
     [not found]   ` <20170310093049.GH21820-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2017-03-10 12:28     ` Sergei Shtylyov
2017-03-10 12:28       ` Sergei Shtylyov
2017-03-10 12:28       ` Sergei Shtylyov
2017-03-13  9:12       ` Simon Horman
2017-03-13  9:12         ` 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.