Re: [PATCH 2/5] ARM: dts: r8a7744: Add VSP support

2018-11-30 Thread Geert Uytterhoeven
On Wed, Nov 28, 2018 at 5:47 PM Biju Das  wrote:
> Add VSP support to SoC DT.
>
> Signed-off-by: Biju Das 

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


[PATCH 2/5] ARM: dts: r8a7744: Add VSP support

2018-11-28 Thread Biju Das
Add VSP support to SoC DT.

Signed-off-by: Biju Das 
---
 arch/arm/boot/dts/r8a7744.dtsi | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7744.dtsi b/arch/arm/boot/dts/r8a7744.dtsi
index 3b8aa3b..0937349 100644
--- a/arch/arm/boot/dts/r8a7744.dtsi
+++ b/arch/arm/boot/dts/r8a7744.dtsi
@@ -1493,6 +1493,33 @@
status = "disabled";
};
 
+   vsp@fe928000 {
+   compatible = "renesas,vsp1";
+   reg = <0 0xfe928000 0 0x8000>;
+   interrupts = ;
+   clocks = <&cpg CPG_MOD 131>;
+   power-domains = <&sysc R8A7744_PD_ALWAYS_ON>;
+   resets = <&cpg 131>;
+   };
+
+   vsp@fe93 {
+   compatible = "renesas,vsp1";
+   reg = <0 0xfe93 0 0x8000>;
+   interrupts = ;
+   clocks = <&cpg CPG_MOD 128>;
+   power-domains = <&sysc R8A7744_PD_ALWAYS_ON>;
+   resets = <&cpg 128>;
+   };
+
+   vsp@fe938000 {
+   compatible = "renesas,vsp1";
+   reg = <0 0xfe938000 0 0x8000>;
+   interrupts = ;
+   clocks = <&cpg CPG_MOD 127>;
+   power-domains = <&sysc R8A7744_PD_ALWAYS_ON>;
+   resets = <&cpg 127>;
+   };
+
du: display@feb0 {
compatible = "renesas,du-r8a7744";
reg = <0 0xfeb0 0 0x4>,
-- 
2.7.4