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

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

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

Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>

---
This patch is against the 'renesas-devel-20170626-v4.12-rc7' tag of Simon
Horman's 'renesas.git' repo.

The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob
Herring, so I don't expect them to change...

Changes in version 2:
- added SoC specific "compatible" prop values;
- refreshed the patch.

 arch/arm64/boot/dts/renesas/r8a7796.dtsi |   18 ++++++++++++++++++
 1 file changed, 18 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
@@ -1454,5 +1454,23 @@
 				};
 			};
 		};
+
+		imr-lx4@fe860000 {
+			compatible = "renesas,r8a7796-imr-lx4",
+				     "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,r8a7796-imr-lx4",
+				     "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>;
+		};
 	};
 };

--
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] 14+ messages in thread

* [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-06-27 17:33 ` Sergei Shtylyov
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Shtylyov @ 2017-06-27 17:33 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-v2.patch --]
[-- Type: text/plain, Size: 1380 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-20170626-v4.12-rc7' tag of Simon
Horman's 'renesas.git' repo.

The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob
Herring, so I don't expect them to change...

Changes in version 2:
- added SoC specific "compatible" prop values;
- refreshed the patch.

 arch/arm64/boot/dts/renesas/r8a7796.dtsi |   18 ++++++++++++++++++
 1 file changed, 18 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
@@ -1454,5 +1454,23 @@
 				};
 			};
 		};
+
+		imr-lx4@fe860000 {
+			compatible = "renesas,r8a7796-imr-lx4",
+				     "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,r8a7796-imr-lx4",
+				     "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] 14+ messages in thread

* [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-06-27 17:33 ` Sergei Shtylyov
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Shtylyov @ 2017-06-27 17:33 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-20170626-v4.12-rc7' tag of Simon
Horman's 'renesas.git' repo.

The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob
Herring, so I don't expect them to change...

Changes in version 2:
- added SoC specific "compatible" prop values;
- refreshed the patch.

 arch/arm64/boot/dts/renesas/r8a7796.dtsi |   18 ++++++++++++++++++
 1 file changed, 18 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
@@ -1454,5 +1454,23 @@
 				};
 			};
 		};
+
+		imr-lx4 at fe860000 {
+			compatible = "renesas,r8a7796-imr-lx4",
+				     "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,r8a7796-imr-lx4",
+				     "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] 14+ messages in thread

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

On Tue, Jun 27, 2017 at 08:33:44PM +0300, Sergei Shtylyov wrote:
> Describe the IMR-LX4 devices in the R8A7796 device tree.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> 
> ---
> This patch is against the 'renesas-devel-20170626-v4.12-rc7' tag of Simon
> Horman's 'renesas.git' repo.
> 
> The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob
> Herring, so I don't expect them to change...

Thanks Sergei,

applied for v4.14.
--
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] 14+ messages in thread

* Re: [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-06-30  9:56     ` Simon Horman
  0 siblings, 0 replies; 14+ messages in thread
From: Simon Horman @ 2017-06-30  9:56 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, Jun 27, 2017 at 08:33:44PM +0300, Sergei Shtylyov wrote:
> 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-20170626-v4.12-rc7' tag of Simon
> Horman's 'renesas.git' repo.
> 
> The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob
> Herring, so I don't expect them to change...

Thanks Sergei,

applied for v4.14.

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

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

On Tue, Jun 27, 2017 at 08:33:44PM +0300, Sergei Shtylyov wrote:
> 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-20170626-v4.12-rc7' tag of Simon
> Horman's 'renesas.git' repo.
> 
> The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob
> Herring, so I don't expect them to change...

Thanks Sergei,

applied for v4.14.

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

* Re: [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support
  2017-06-27 17:33 ` Sergei Shtylyov
@ 2017-07-05  9:54   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2017-07-05  9:54 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Simon Horman, Rob Herring, Mark Rutland, Catalin Marinas,
	Will Deacon, Linux-Renesas, devicetree, Magnus Damm,
	linux-arm-kernel

Hi Sergei,

On Tue, Jun 27, 2017 at 7:33 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Describe the IMR-LX4 devices in the R8A7796 device tree.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

> --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> @@ -1454,5 +1454,23 @@
>                                 };
>                         };
>                 };
> +
> +               imr-lx4@fe860000 {
> +                       compatible = "renesas,r8a7796-imr-lx4",
> +                                    "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>;

resets = <&cpg 823>;

> +               };
> +
> +               imr-lx4@fe870000 {
> +                       compatible = "renesas,r8a7796-imr-lx4",
> +                                    "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>;

resets = <&cpg 822>;

With the issues above fixed:

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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 v2] arm64: dts: r8a7796: add IMR-LX4 support
@ 2017-07-05  9:54   ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2017-07-05  9:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sergei,

On Tue, Jun 27, 2017 at 7:33 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Describe the IMR-LX4 devices in the R8A7796 device tree.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

> --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> @@ -1454,5 +1454,23 @@
>                                 };
>                         };
>                 };
> +
> +               imr-lx4 at fe860000 {
> +                       compatible = "renesas,r8a7796-imr-lx4",
> +                                    "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>;

resets = <&cpg 823>;

> +               };
> +
> +               imr-lx4 at fe870000 {
> +                       compatible = "renesas,r8a7796-imr-lx4",
> +                                    "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>;

resets = <&cpg 822>;

With the issues above fixed:

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* Re: [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support
  2017-07-05  9:54   ` Geert Uytterhoeven
@ 2017-07-05 10:42     ` Simon Horman
  -1 siblings, 0 replies; 14+ messages in thread
From: Simon Horman @ 2017-07-05 10:42 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Sergei Shtylyov, Rob Herring, Mark Rutland, Catalin Marinas,
	Will Deacon, Linux-Renesas, devicetree, Magnus Damm,
	linux-arm-kernel

On Wed, Jul 05, 2017 at 11:54:20AM +0200, Geert Uytterhoeven wrote:
> Hi Sergei,
> 
> On Tue, Jun 27, 2017 at 7:33 PM, Sergei Shtylyov
> <sergei.shtylyov@cogentembedded.com> wrote:
> > Describe the IMR-LX4 devices in the R8A7796 device tree.
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > @@ -1454,5 +1454,23 @@
> >                                 };
> >                         };
> >                 };
> > +
> > +               imr-lx4@fe860000 {
> > +                       compatible = "renesas,r8a7796-imr-lx4",
> > +                                    "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>;
> 
> resets = <&cpg 823>;
> 
> > +               };
> > +
> > +               imr-lx4@fe870000 {
> > +                       compatible = "renesas,r8a7796-imr-lx4",
> > +                                    "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>;
> 
> resets = <&cpg 822>;
> 
> With the issues above fixed:
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, fixed.

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

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

On Wed, Jul 05, 2017 at 11:54:20AM +0200, Geert Uytterhoeven wrote:
> Hi Sergei,
> 
> On Tue, Jun 27, 2017 at 7:33 PM, Sergei Shtylyov
> <sergei.shtylyov@cogentembedded.com> wrote:
> > Describe the IMR-LX4 devices in the R8A7796 device tree.
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > @@ -1454,5 +1454,23 @@
> >                                 };
> >                         };
> >                 };
> > +
> > +               imr-lx4 at fe860000 {
> > +                       compatible = "renesas,r8a7796-imr-lx4",
> > +                                    "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>;
> 
> resets = <&cpg 823>;
> 
> > +               };
> > +
> > +               imr-lx4 at fe870000 {
> > +                       compatible = "renesas,r8a7796-imr-lx4",
> > +                                    "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>;
> 
> resets = <&cpg 822>;
> 
> With the issues above fixed:
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, fixed.

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

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

Hello.

On 07/05/2017 12:54 PM, Geert Uytterhoeven wrote:

>> Describe the IMR-LX4 devices in the R8A7796 device tree.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
>> --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
>> +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
>> @@ -1454,5 +1454,23 @@
>>                                 };
>>                         };
>>                 };
>> +
>> +               imr-lx4@fe860000 {
>> +                       compatible = "renesas,r8a7796-imr-lx4",
>> +                                    "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>;
>
> resets = <&cpg 823>;
>
>> +               };
>> +
>> +               imr-lx4@fe870000 {
>> +                       compatible = "renesas,r8a7796-imr-lx4",
>> +                                    "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>;
>
> resets = <&cpg 822>;
>
> With the issues above fixed:
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

    I'm afraid it's already merged by Simon...

> Gr{oetje,eeting}s,
>
>                         Geert

MBR, Sergei

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

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

Hello.

On 07/05/2017 12:54 PM, Geert Uytterhoeven wrote:

>> Describe the IMR-LX4 devices in the R8A7796 device tree.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
>> --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
>> +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
>> @@ -1454,5 +1454,23 @@
>>                                 };
>>                         };
>>                 };
>> +
>> +               imr-lx4 at fe860000 {
>> +                       compatible = "renesas,r8a7796-imr-lx4",
>> +                                    "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>;
>
> resets = <&cpg 823>;
>
>> +               };
>> +
>> +               imr-lx4 at fe870000 {
>> +                       compatible = "renesas,r8a7796-imr-lx4",
>> +                                    "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>;
>
> resets = <&cpg 822>;
>
> With the issues above fixed:
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

    I'm afraid it's already merged by Simon...

> Gr{oetje,eeting}s,
>
>                         Geert

MBR, Sergei

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

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

On Wed, Jul 05, 2017 at 03:03:37PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 07/05/2017 12:54 PM, Geert Uytterhoeven wrote:
> 
> >>Describe the IMR-LX4 devices in the R8A7796 device tree.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> >>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >>+++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >>@@ -1454,5 +1454,23 @@
> >>                                };
> >>                        };
> >>                };
> >>+
> >>+               imr-lx4@fe860000 {
> >>+                       compatible = "renesas,r8a7796-imr-lx4",
> >>+                                    "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>;
> >
> >resets = <&cpg 823>;
> >
> >>+               };
> >>+
> >>+               imr-lx4@fe870000 {
> >>+                       compatible = "renesas,r8a7796-imr-lx4",
> >>+                                    "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>;
> >
> >resets = <&cpg 822>;
> >
> >With the issues above fixed:
> >
> >Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
>    I'm afraid it's already merged by Simon...

I've gone through and added Geert's tags to patches that I merged recently.
I'm planning to push the updated patches later today.

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

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

On Wed, Jul 05, 2017 at 03:03:37PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 07/05/2017 12:54 PM, Geert Uytterhoeven wrote:
> 
> >>Describe the IMR-LX4 devices in the R8A7796 device tree.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> >>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >>+++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >>@@ -1454,5 +1454,23 @@
> >>                                };
> >>                        };
> >>                };
> >>+
> >>+               imr-lx4 at fe860000 {
> >>+                       compatible = "renesas,r8a7796-imr-lx4",
> >>+                                    "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>;
> >
> >resets = <&cpg 823>;
> >
> >>+               };
> >>+
> >>+               imr-lx4 at fe870000 {
> >>+                       compatible = "renesas,r8a7796-imr-lx4",
> >>+                                    "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>;
> >
> >resets = <&cpg 822>;
> >
> >With the issues above fixed:
> >
> >Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
>    I'm afraid it's already merged by Simon...

I've gone through and added Geert's tags to patches that I merged recently.
I'm planning to push the updated patches later today.

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

end of thread, other threads:[~2017-07-05 13:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 17:33 [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support Sergei Shtylyov
2017-06-27 17:33 ` Sergei Shtylyov
2017-06-27 17:33 ` Sergei Shtylyov
     [not found] ` <20170627173400.581660959-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-06-30  9:56   ` Simon Horman
2017-06-30  9:56     ` Simon Horman
2017-06-30  9:56     ` Simon Horman
2017-07-05  9:54 ` Geert Uytterhoeven
2017-07-05  9:54   ` Geert Uytterhoeven
2017-07-05 10:42   ` Simon Horman
2017-07-05 10:42     ` Simon Horman
2017-07-05 12:03   ` Sergei Shtylyov
2017-07-05 12:03     ` Sergei Shtylyov
2017-07-05 13:04     ` Simon Horman
2017-07-05 13:04       ` 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.