Re: [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances

2018-04-26 Thread Simon Horman
On Tue, Apr 24, 2018 at 05:01:52PM +0200, Geert Uytterhoeven wrote:
> On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
>  wrote:
> > The r8a7791 has two FDP1 instances.
> >
> > Signed-off-by: Laurent Pinchart 
> 
> Reviewed-by: Geert Uytterhoeven 

Thanks, tag added.


Re: [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances

2018-04-24 Thread Geert Uytterhoeven
On Sun, Apr 22, 2018 at 12:35 PM, Laurent Pinchart
 wrote:
> The r8a7791 has two FDP1 instances.
>
> Signed-off-by: Laurent Pinchart 

Reviewed-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


Re: [PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances

2018-04-23 Thread Simon Horman
On Sun, Apr 22, 2018 at 01:35:26PM +0300, Laurent Pinchart wrote:
> The r8a7791 has two FDP1 instances.
> 
> Signed-off-by: Laurent Pinchart 

Thanks, applied.


[PATCH 2/4] ARM: dts: renesas: r8a7791: Add FDP1 instances

2018-04-22 Thread Laurent Pinchart
The r8a7791 has two FDP1 instances.

Signed-off-by: Laurent Pinchart 
---
 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 = < 127>;
};
 
+   fdp1@fe94 {
+   compatible = "renesas,fdp1";
+   reg = <0 0xfe94 0 0x2400>;
+   interrupts = ;
+   clocks = < CPG_MOD 119>;
+   power-domains = < R8A7791_PD_ALWAYS_ON>;
+   resets = < 119>;
+   };
+
+   fdp1@fe944000 {
+   compatible = "renesas,fdp1";
+   reg = <0 0xfe944000 0 0x2400>;
+   interrupts = ;
+   clocks = < CPG_MOD 118>;
+   power-domains = < R8A7791_PD_ALWAYS_ON>;
+   resets = < 118>;
+   };
+
jpu: jpeg-codec@fe98 {
compatible = "renesas,jpu-r8a7791",
 "renesas,rcar-gen2-jpu";
-- 
Regards,

Laurent Pinchart