All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dts: renesas: Enable FDP1 devices
@ 2018-04-22 10:35 Laurent Pinchart
  2018-04-22 10:35 ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Laurent Pinchart
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-22 10:35 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Kieran Bingham

Hello,

This patch series adds the FDP1 devices for all applicable Gen2 platforms
(H2, M2W, M2N and E2). There's no rocket science involved, the devices have
no I/O pin and need no resource other than a memory range, a functional clock
and an interrupt.

Laurent Pinchart (4):
  ARM: dts: renesas: r8a7790: Add FDP1 instances
  ARM: dts: renesas: r8a7791: Add FDP1 instances
  ARM: dts: renesas: r8a7793: Add FDP1 instances
  ARM: dts: renesas: r8a7794: Add FDP1 instances

 arch/arm/boot/dts/r8a7790.dtsi | 27 +++++++++++++++++++++++++++
 arch/arm/boot/dts/r8a7791.dtsi | 18 ++++++++++++++++++
 arch/arm/boot/dts/r8a7793.dtsi | 18 ++++++++++++++++++
 arch/arm/boot/dts/r8a7794.dtsi |  9 +++++++++
 4 files changed, 72 insertions(+)

-- 
Regards,

Laurent Pinchart

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

* [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances
  2018-04-22 10:35 [PATCH 0/4] ARM: dts: renesas: Enable FDP1 devices Laurent Pinchart
@ 2018-04-22 10:35 ` Laurent Pinchart
  2018-04-23 11:07   ` Simon Horman
  2018-04-24 15:01   ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Geert Uytterhoeven
  2018-04-22 10:35 ` [PATCH 2/4] ARM: dts: renesas: r8a7791: " Laurent Pinchart
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-22 10:35 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Kieran Bingham

The r8a7790 has three FDP1 instances.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7790.dtsi | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index e4367cecad18..9c527ddfde56 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1606,6 +1606,33 @@
 			resets = <&cpg 128>;
 		};
 
+		fdp1@fe940000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe940000 0 0x2400>;
+			interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 119>;
+			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
+			resets = <&cpg 119>;
+		};
+
+		fdp1@fe944000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe944000 0 0x2400>;
+			interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 118>;
+			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
+			resets = <&cpg 118>;
+		};
+
+		fdp1@fe948000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe948000 0 0x2400>;
+			interrupts = <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 117>;
+			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
+			resets = <&cpg 117>;
+		};
+
 		vsp@fe938000 {
 			compatible = "renesas,vsp1";
 			reg = <0 0xfe938000 0 0x8000>;
-- 
Regards,

Laurent Pinchart

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

* [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances
  2018-04-22 10:35 [PATCH 0/4] ARM: dts: renesas: Enable FDP1 devices Laurent Pinchart
  2018-04-22 10:35 ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Laurent Pinchart
@ 2018-04-22 10:35 ` Laurent Pinchart
  2018-04-23 11:04   ` Simon Horman
  2018-04-24 15:01   ` Geert Uytterhoeven
  2018-04-22 10:35 ` [PATCH 3/4] ARM: dts: renesas: r8a7793: " Laurent Pinchart
  2018-04-22 10:35 ` [PATCH 4/4] ARM: dts: renesas: r8a7794: " Laurent Pinchart
  3 siblings, 2 replies; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-22 10:35 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Kieran Bingham

The r8a7791 has two FDP1 instances.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7791.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index f11dab71b03a..55b5a56da35e 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1621,6 +1621,24 @@
 			resets = <&cpg 127>;
 		};
 
+		fdp1@fe940000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe940000 0 0x2400>;
+			interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 119>;
+			power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
+			resets = <&cpg 119>;
+		};
+
+		fdp1@fe944000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe944000 0 0x2400>;
+			interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 118>;
+			power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
+			resets = <&cpg 118>;
+		};
+
 		jpu: jpeg-codec@fe980000 {
 			compatible = "renesas,jpu-r8a7791",
 				     "renesas,rcar-gen2-jpu";
-- 
Regards,

Laurent Pinchart

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

* [PATCH 3/4] ARM: dts: renesas: r8a7793: Add FDP1 instances
  2018-04-22 10:35 [PATCH 0/4] ARM: dts: renesas: Enable FDP1 devices Laurent Pinchart
  2018-04-22 10:35 ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Laurent Pinchart
  2018-04-22 10:35 ` [PATCH 2/4] ARM: dts: renesas: r8a7791: " Laurent Pinchart
@ 2018-04-22 10:35 ` Laurent Pinchart
  2018-04-23 11:04   ` Simon Horman
  2018-04-24 15:02   ` Geert Uytterhoeven
  2018-04-22 10:35 ` [PATCH 4/4] ARM: dts: renesas: r8a7794: " Laurent Pinchart
  3 siblings, 2 replies; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-22 10:35 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Kieran Bingham

The r8a7793 has two FDP1 instances.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7793.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index f9c5a557107d..61c58029e03e 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -1290,6 +1290,24 @@
 			resets = <&cpg 408>;
 		};
 
+		fdp1@fe940000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe940000 0 0x2400>;
+			interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 119>;
+			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
+			resets = <&cpg 119>;
+		};
+
+		fdp1@fe944000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe944000 0 0x2400>;
+			interrupts = <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 118>;
+			power-domains = <&sysc R8A7793_PD_ALWAYS_ON>;
+			resets = <&cpg 118>;
+		};
+
 		du: display@feb00000 {
 			compatible = "renesas,du-r8a7793";
 			reg = <0 0xfeb00000 0 0x40000>,
-- 
Regards,

Laurent Pinchart

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

* [PATCH 4/4] ARM: dts: renesas: r8a7794: Add FDP1 instances
  2018-04-22 10:35 [PATCH 0/4] ARM: dts: renesas: Enable FDP1 devices Laurent Pinchart
                   ` (2 preceding siblings ...)
  2018-04-22 10:35 ` [PATCH 3/4] ARM: dts: renesas: r8a7793: " Laurent Pinchart
@ 2018-04-22 10:35 ` Laurent Pinchart
  2018-04-23 11:05   ` Simon Horman
  2018-04-24 15:02   ` Geert Uytterhoeven
  3 siblings, 2 replies; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-22 10:35 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Kieran Bingham

The r8a7794 has one FDP1 instance.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7794.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index d588efa6aeaa..56f5fa6a2c0f 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -1323,6 +1323,15 @@
 			resets = <&cpg 128>;
 		};
 
+		fdp1@fe940000 {
+			compatible = "renesas,fdp1";
+			reg = <0 0xfe940000 0 0x2400>;
+			interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 119>;
+			power-domains = <&sysc R8A7794_PD_ALWAYS_ON>;
+			resets = <&cpg 119>;
+		};
+
 		du: display@feb00000 {
 			compatible = "renesas,du-r8a7794";
 			reg = <0 0xfeb00000 0 0x40000>;
-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 2/4] ARM: dts: renesas: r8a7791: " Laurent Pinchart
@ 2018-04-23 11:04   ` Simon Horman
  2018-04-24 15:01   ` Geert Uytterhoeven
  1 sibling, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-23 11:04 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-renesas-soc, Kieran Bingham

On Sun, Apr 22, 2018 at 01:35:26PM +0300, Laurent Pinchart wrote:
> The r8a7791 has two FDP1 instances.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Thanks, applied.

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

* Re: [PATCH 3/4] ARM: dts: renesas: r8a7793: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 3/4] ARM: dts: renesas: r8a7793: " Laurent Pinchart
@ 2018-04-23 11:04   ` Simon Horman
  2018-04-24 15:02   ` Geert Uytterhoeven
  1 sibling, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-23 11:04 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-renesas-soc, Kieran Bingham

On Sun, Apr 22, 2018 at 01:35:27PM +0300, Laurent Pinchart wrote:
> The r8a7793 has two FDP1 instances.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Thanks, applied.

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

* Re: [PATCH 4/4] ARM: dts: renesas: r8a7794: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 4/4] ARM: dts: renesas: r8a7794: " Laurent Pinchart
@ 2018-04-23 11:05   ` Simon Horman
  2018-04-24 15:02   ` Geert Uytterhoeven
  1 sibling, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-23 11:05 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-renesas-soc, Kieran Bingham

On Sun, Apr 22, 2018 at 01:35:28PM +0300, Laurent Pinchart wrote:
> The r8a7794 has one FDP1 instance.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Thanks, applied.

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

* Re: [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Laurent Pinchart
@ 2018-04-23 11:07   ` Simon Horman
  2018-04-26  9:29     ` Laurent Pinchart
  2018-04-24 15:01   ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Geert Uytterhoeven
  1 sibling, 1 reply; 22+ messages in thread
From: Simon Horman @ 2018-04-23 11:07 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-renesas-soc, Kieran Bingham

On Sun, Apr 22, 2018 at 01:35:25PM +0300, Laurent Pinchart wrote:
> The r8a7790 has three FDP1 instances.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Hi Laurent,

could you rearrange these nodes so they preserve the sorting
of sub-nodes of the soc node by bus address. The other patches
in the series seem fine in this regards and I have applied them.

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

* Re: [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Laurent Pinchart
  2018-04-23 11:07   ` Simon Horman
@ 2018-04-24 15:01   ` Geert Uytterhoeven
  2018-04-25  6:49     ` Simon Horman
  1 sibling, 1 reply; 22+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24 15:01 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas, Kieran Bingham

On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> The r8a7790 has three FDP1 instances.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

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

> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -1606,6 +1606,33 @@
>                         resets = <&cpg 128>;
>                 };
>
> +               fdp1@fe940000 {

Just wondering: should we go for "display-processor@foo"?

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

* Re: [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 2/4] ARM: dts: renesas: r8a7791: " Laurent Pinchart
  2018-04-23 11:04   ` Simon Horman
@ 2018-04-24 15:01   ` Geert Uytterhoeven
  2018-04-25  6:50     ` Simon Horman
  1 sibling, 1 reply; 22+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24 15:01 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas, Kieran Bingham

On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> The r8a7791 has two FDP1 instances.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

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

* Re: [PATCH 3/4] ARM: dts: renesas: r8a7793: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 3/4] ARM: dts: renesas: r8a7793: " Laurent Pinchart
  2018-04-23 11:04   ` Simon Horman
@ 2018-04-24 15:02   ` Geert Uytterhoeven
  2018-04-25  6:50     ` Simon Horman
  1 sibling, 1 reply; 22+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24 15:02 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas, Kieran Bingham

On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> The r8a7793 has two FDP1 instances.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

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

* Re: [PATCH 4/4] ARM: dts: renesas: r8a7794: Add FDP1 instances
  2018-04-22 10:35 ` [PATCH 4/4] ARM: dts: renesas: r8a7794: " Laurent Pinchart
  2018-04-23 11:05   ` Simon Horman
@ 2018-04-24 15:02   ` Geert Uytterhoeven
  2018-04-25  6:51     ` Simon Horman
  1 sibling, 1 reply; 22+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24 15:02 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas, Kieran Bingham

On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> The r8a7794 has one FDP1 instance.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

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

* Re: [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances
  2018-04-24 15:01   ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Geert Uytterhoeven
@ 2018-04-25  6:49     ` Simon Horman
  0 siblings, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-25  6:49 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Laurent Pinchart, Linux-Renesas, Kieran Bingham

On Tue, Apr 24, 2018 at 05:01:29PM +0200, Geert Uytterhoeven wrote:
> On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
> <laurent.pinchart+renesas@ideasonboard.com> wrote:
> > The r8a7790 has three FDP1 instances.
> >
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied.

> 
> > --- a/arch/arm/boot/dts/r8a7790.dtsi
> > +++ b/arch/arm/boot/dts/r8a7790.dtsi
> > @@ -1606,6 +1606,33 @@
> >                         resets = <&cpg 128>;
> >                 };
> >
> > +               fdp1@fe940000 {
> 
> Just wondering: should we go for "display-processor@foo"?
> 
> 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] 22+ messages in thread

* Re: [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances
  2018-04-24 15:01   ` Geert Uytterhoeven
@ 2018-04-25  6:50     ` Simon Horman
  0 siblings, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-25  6:50 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Laurent Pinchart, Linux-Renesas, Kieran Bingham

On Tue, Apr 24, 2018 at 05:01:52PM +0200, Geert Uytterhoeven wrote:
> On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
> <laurent.pinchart+renesas@ideasonboard.com> wrote:
> > The r8a7791 has two FDP1 instances.
> >
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, tag added.

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

* Re: [PATCH 3/4] ARM: dts: renesas: r8a7793: Add FDP1 instances
  2018-04-24 15:02   ` Geert Uytterhoeven
@ 2018-04-25  6:50     ` Simon Horman
  0 siblings, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-25  6:50 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Laurent Pinchart, Linux-Renesas, Kieran Bingham

On Tue, Apr 24, 2018 at 05:02:10PM +0200, Geert Uytterhoeven wrote:
> On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
> <laurent.pinchart+renesas@ideasonboard.com> wrote:
> > The r8a7793 has two FDP1 instances.
> >
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, tag added.

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

* Re: [PATCH 4/4] ARM: dts: renesas: r8a7794: Add FDP1 instances
  2018-04-24 15:02   ` Geert Uytterhoeven
@ 2018-04-25  6:51     ` Simon Horman
  0 siblings, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-04-25  6:51 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Laurent Pinchart, Linux-Renesas, Kieran Bingham

On Tue, Apr 24, 2018 at 05:02:26PM +0200, Geert Uytterhoeven wrote:
> On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
> <laurent.pinchart+renesas@ideasonboard.com> wrote:
> > The r8a7794 has one FDP1 instance.
> >
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, tag added.

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

* Re: [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances
  2018-04-23 11:07   ` Simon Horman
@ 2018-04-26  9:29     ` Laurent Pinchart
  2018-04-30  6:59       ` Simon Horman
  0 siblings, 1 reply; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-26  9:29 UTC (permalink / raw)
  To: Simon Horman; +Cc: Laurent Pinchart, linux-renesas-soc, Kieran Bingham

Hi Simon,

On Monday, 23 April 2018 14:07:14 EEST Simon Horman wrote:
> On Sun, Apr 22, 2018 at 01:35:25PM +0300, Laurent Pinchart wrote:
> > The r8a7790 has three FDP1 instances.
> > 
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> 
> Hi Laurent,
> 
> could you rearrange these nodes so they preserve the sorting
> of sub-nodes of the soc node by bus address. The other patches
> in the series seem fine in this regards and I have applied them.

I would have if you hadn't merged the patch already :-) Would you like me to 
submit a follow-up patch ?

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances
  2018-04-26  9:29     ` Laurent Pinchart
@ 2018-04-30  6:59       ` Simon Horman
  2018-04-30 10:53         ` [PATCH] ARM: dts: r8a7790: Fix sort order of VSP1/FDP1 nodes Kieran Bingham
  0 siblings, 1 reply; 22+ messages in thread
From: Simon Horman @ 2018-04-30  6:59 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Laurent Pinchart, linux-renesas-soc, Kieran Bingham

On Thu, Apr 26, 2018 at 12:29:47PM +0300, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday, 23 April 2018 14:07:14 EEST Simon Horman wrote:
> > On Sun, Apr 22, 2018 at 01:35:25PM +0300, Laurent Pinchart wrote:
> > > The r8a7790 has three FDP1 instances.
> > > 
> > > Signed-off-by: Laurent Pinchart
> > > <laurent.pinchart+renesas@ideasonboard.com>
> > 
> > Hi Laurent,
> > 
> > could you rearrange these nodes so they preserve the sorting
> > of sub-nodes of the soc node by bus address. The other patches
> > in the series seem fine in this regards and I have applied them.
> 
> I would have if you hadn't merged the patch already :-) Would you like me to 
> submit a follow-up patch ?

Sorry about that. Yes, please submit a follow-up patch.

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

* [PATCH] ARM: dts: r8a7790: Fix sort order of VSP1/FDP1 nodes
  2018-04-30  6:59       ` Simon Horman
@ 2018-04-30 10:53         ` Kieran Bingham
  2018-04-30 11:25           ` Laurent Pinchart
  0 siblings, 1 reply; 22+ messages in thread
From: Kieran Bingham @ 2018-04-30 10:53 UTC (permalink / raw)
  To: Simon Horman, Laurent Pinchart; +Cc: linux-renesas-soc, Kieran Bingham

Commit 5d3b50d3c04d ("ARM: dts: renesas: r8a7790: Add FDP1 instances")
introduced the FDP1 for the r8a7790, but broke the sort ordering of the
device tree nodes.

Move the last VSP up to it's peers to correct the ordering.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/r8a7790.dtsi | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index c244aae7a026..b66a18af28f1 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1616,6 +1616,15 @@
 			resets = <&cpg 128>;
 		};
 
+		vsp@fe938000 {
+			compatible = "renesas,vsp1";
+			reg = <0 0xfe938000 0 0x8000>;
+			interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 127>;
+			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
+			resets = <&cpg 127>;
+		};
+
 		fdp1@fe940000 {
 			compatible = "renesas,fdp1";
 			reg = <0 0xfe940000 0 0x2400>;
@@ -1643,15 +1652,6 @@
 			resets = <&cpg 117>;
 		};
 
-		vsp@fe938000 {
-			compatible = "renesas,vsp1";
-			reg = <0 0xfe938000 0 0x8000>;
-			interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
-			clocks = <&cpg CPG_MOD 127>;
-			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
-			resets = <&cpg 127>;
-		};
-
 		jpu: jpeg-codec@fe980000 {
 			compatible = "renesas,jpu-r8a7790",
 				     "renesas,rcar-gen2-jpu";
-- 
2.17.0

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

* Re: [PATCH] ARM: dts: r8a7790: Fix sort order of VSP1/FDP1 nodes
  2018-04-30 10:53         ` [PATCH] ARM: dts: r8a7790: Fix sort order of VSP1/FDP1 nodes Kieran Bingham
@ 2018-04-30 11:25           ` Laurent Pinchart
  2018-05-01  5:39             ` Simon Horman
  0 siblings, 1 reply; 22+ messages in thread
From: Laurent Pinchart @ 2018-04-30 11:25 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Simon Horman, linux-renesas-soc

Hi Kieran,

Thank you for the patch.

On Monday, 30 April 2018 13:53:25 EEST Kieran Bingham wrote:
> Commit 5d3b50d3c04d ("ARM: dts: renesas: r8a7790: Add FDP1 instances")
> introduced the FDP1 for the r8a7790, but broke the sort ordering of the
> device tree nodes.
> 
> Move the last VSP up to it's peers to correct the ordering.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/boot/dts/r8a7790.dtsi | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
> index c244aae7a026..b66a18af28f1 100644
> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -1616,6 +1616,15 @@
>  			resets = <&cpg 128>;
>  		};
> 
> +		vsp@fe938000 {
> +			compatible = "renesas,vsp1";
> +			reg = <0 0xfe938000 0 0x8000>;
> +			interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
> +			clocks = <&cpg CPG_MOD 127>;
> +			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
> +			resets = <&cpg 127>;
> +		};
> +
>  		fdp1@fe940000 {
>  			compatible = "renesas,fdp1";
>  			reg = <0 0xfe940000 0 0x2400>;
> @@ -1643,15 +1652,6 @@
>  			resets = <&cpg 117>;
>  		};
> 
> -		vsp@fe938000 {
> -			compatible = "renesas,vsp1";
> -			reg = <0 0xfe938000 0 0x8000>;
> -			interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
> -			clocks = <&cpg CPG_MOD 127>;
> -			power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
> -			resets = <&cpg 127>;
> -		};
> -
>  		jpu: jpeg-codec@fe980000 {
>  			compatible = "renesas,jpu-r8a7790",
>  				     "renesas,rcar-gen2-jpu";


-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] ARM: dts: r8a7790: Fix sort order of VSP1/FDP1 nodes
  2018-04-30 11:25           ` Laurent Pinchart
@ 2018-05-01  5:39             ` Simon Horman
  0 siblings, 0 replies; 22+ messages in thread
From: Simon Horman @ 2018-05-01  5:39 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Kieran Bingham, linux-renesas-soc

On Mon, Apr 30, 2018 at 02:25:33PM +0300, Laurent Pinchart wrote:
> Hi Kieran,
> 
> Thank you for the patch.
> 
> On Monday, 30 April 2018 13:53:25 EEST Kieran Bingham wrote:
> > Commit 5d3b50d3c04d ("ARM: dts: renesas: r8a7790: Add FDP1 instances")
> > introduced the FDP1 for the r8a7790, but broke the sort ordering of the
> > device tree nodes.
> > 
> > Move the last VSP up to it's peers to correct the ordering.
> > 
> > Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks, applied.

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

end of thread, other threads:[~2018-05-01  5:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-22 10:35 [PATCH 0/4] ARM: dts: renesas: Enable FDP1 devices Laurent Pinchart
2018-04-22 10:35 ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Laurent Pinchart
2018-04-23 11:07   ` Simon Horman
2018-04-26  9:29     ` Laurent Pinchart
2018-04-30  6:59       ` Simon Horman
2018-04-30 10:53         ` [PATCH] ARM: dts: r8a7790: Fix sort order of VSP1/FDP1 nodes Kieran Bingham
2018-04-30 11:25           ` Laurent Pinchart
2018-05-01  5:39             ` Simon Horman
2018-04-24 15:01   ` [PATCH 1/4] ARM: dts: renesas: r8a7790: Add FDP1 instances Geert Uytterhoeven
2018-04-25  6:49     ` Simon Horman
2018-04-22 10:35 ` [PATCH 2/4] ARM: dts: renesas: r8a7791: " Laurent Pinchart
2018-04-23 11:04   ` Simon Horman
2018-04-24 15:01   ` Geert Uytterhoeven
2018-04-25  6:50     ` Simon Horman
2018-04-22 10:35 ` [PATCH 3/4] ARM: dts: renesas: r8a7793: " Laurent Pinchart
2018-04-23 11:04   ` Simon Horman
2018-04-24 15:02   ` Geert Uytterhoeven
2018-04-25  6:50     ` Simon Horman
2018-04-22 10:35 ` [PATCH 4/4] ARM: dts: renesas: r8a7794: " Laurent Pinchart
2018-04-23 11:05   ` Simon Horman
2018-04-24 15:02   ` Geert Uytterhoeven
2018-04-25  6:51     ` 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.