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

* [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: linux-arm-kernel

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 at 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 at 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

* Re: [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
  2017-02-20 21:31 ` Sergei Shtylyov
  (?)
@ 2017-03-10  9:30   ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-10  9:30 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Mark Rutland, devicetree, Magnus Damm, Catalin Marinas,
	Will Deacon, linux-renesas-soc, Rob Herring, linux-arm-kernel

On Tue, Feb 21, 2017 at 12:31:12AM +0300, Sergei Shtylyov wrote:
> Describe the IMR-LX4 devices in the R8A7796 device tree.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Thanks, queued up for v4.12.

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

* Re: [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-03-10  9:30   ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-10  9:30 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree, Magnus Damm, linux-arm-kernel

On Tue, Feb 21, 2017 at 12:31:12AM +0300, Sergei Shtylyov wrote:
> Describe the IMR-LX4 devices in the R8A7796 device tree.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Thanks, queued up for v4.12.

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

* [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-03-10  9:30   ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-10  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 21, 2017 at 12:31:12AM +0300, Sergei Shtylyov wrote:
> Describe the IMR-LX4 devices in the R8A7796 device tree.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Thanks, queued up for v4.12.

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

* Re: [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
  2017-03-10  9:30   ` Simon Horman
  (?)
@ 2017-03-10 12:28       ` Sergei Shtylyov
  -1 siblings, 0 replies; 10+ messages in thread
From: Sergei Shtylyov @ 2017-03-10 12:28 UTC (permalink / raw)
  To: Simon Horman
  Cc: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Magnus Damm,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On 03/10/2017 12:30 PM, Simon Horman wrote:

>> Describe the IMR-LX4 devices in the R8A7796 device tree.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
>
> Thanks, queued up for v4.12.

    This is probably premature, given some uncertainty with the "compatible" 
prop (I mean the SoC specific values).

MBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-03-10 12:28       ` Sergei Shtylyov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Shtylyov @ 2017-03-10 12:28 UTC (permalink / raw)
  To: Simon Horman
  Cc: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree, Magnus Damm, linux-arm-kernel

On 03/10/2017 12:30 PM, Simon Horman wrote:

>> Describe the IMR-LX4 devices in the R8A7796 device tree.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Thanks, queued up for v4.12.

    This is probably premature, given some uncertainty with the "compatible" 
prop (I mean the SoC specific values).

MBR, Sergei

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

* [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-03-10 12:28       ` Sergei Shtylyov
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Shtylyov @ 2017-03-10 12:28 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/10/2017 12:30 PM, Simon Horman wrote:

>> Describe the IMR-LX4 devices in the R8A7796 device tree.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Thanks, queued up for v4.12.

    This is probably premature, given some uncertainty with the "compatible" 
prop (I mean the SoC specific values).

MBR, Sergei

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

* Re: [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
  2017-03-10 12:28       ` Sergei Shtylyov
@ 2017-03-13  9:12         ` Simon Horman
  -1 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-13  9:12 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Mark Rutland, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree, Magnus Damm, linux-arm-kernel

On Fri, Mar 10, 2017 at 03:28:22PM +0300, Sergei Shtylyov wrote:
> On 03/10/2017 12:30 PM, Simon Horman wrote:
> 
> >>Describe the IMR-LX4 devices in the R8A7796 device tree.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> >Thanks, queued up for v4.12.
> 
>    This is probably premature, given some uncertainty with the "compatible"
> prop (I mean the SoC specific values).

Thanks for letting me know, I will drop the patch for now.

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

* [PATCH] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-03-13  9:12         ` Simon Horman
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Horman @ 2017-03-13  9:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 10, 2017 at 03:28:22PM +0300, Sergei Shtylyov wrote:
> On 03/10/2017 12:30 PM, Simon Horman wrote:
> 
> >>Describe the IMR-LX4 devices in the R8A7796 device tree.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> >Thanks, queued up for v4.12.
> 
>    This is probably premature, given some uncertainty with the "compatible"
> prop (I mean the SoC specific values).

Thanks for letting me know, I will drop the patch for now.

^ 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.