All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: dts: renesas: r8a779a0: Add VSP support
@ 2021-03-22 17:29 Kieran Bingham
  2021-03-22 17:29 ` [PATCH v2 1/2] arm64: dts: renesas: r8a779a0: Add FCPVD support Kieran Bingham
  2021-03-22 17:29 ` [PATCH v2 2/2] arm64: dts: renesas: r8a779a0: Add VSPD support Kieran Bingham
  0 siblings, 2 replies; 5+ messages in thread
From: Kieran Bingham @ 2021-03-22 17:29 UTC (permalink / raw)
  To: Laurent Pinchart, Geert Uytterhoeven, linux-renesas-soc, devicetree
  Cc: Rob Herring, Kieran Bingham

Provide the FCPVD and VSPD for the V3U platform.

Kieran Bingham (2):
  arm64: dts: renesas: r8a779a0: Add FCPVD support
  arm64: dts: renesas: r8a779a0: Add VSPD support

 arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 38 +++++++++++++++++++++++
 1 file changed, 38 insertions(+)

-- 
2.25.1


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

* [PATCH v2 1/2] arm64: dts: renesas: r8a779a0: Add FCPVD support
  2021-03-22 17:29 [PATCH v2 0/2] arm64: dts: renesas: r8a779a0: Add VSP support Kieran Bingham
@ 2021-03-22 17:29 ` Kieran Bingham
  2021-03-29  7:28   ` Geert Uytterhoeven
  2021-03-22 17:29 ` [PATCH v2 2/2] arm64: dts: renesas: r8a779a0: Add VSPD support Kieran Bingham
  1 sibling, 1 reply; 5+ messages in thread
From: Kieran Bingham @ 2021-03-22 17:29 UTC (permalink / raw)
  To: Laurent Pinchart, Geert Uytterhoeven, linux-renesas-soc, devicetree
  Cc: Rob Herring, Kieran Bingham

Provide FCPVD support for the V3U.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

---
v2:
 - use the correct address for the register mappings.
---
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
index 6f3eba4653a3..73036a5b8312 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
@@ -1102,6 +1102,22 @@ gic: interrupt-controller@f1000000 {
 			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
 		};
 
+		fcpvd0: fcp@fea10000 {
+			compatible = "renesas,fcpv";
+			reg = <0 0xfea10000 0 0x200>;
+			clocks = <&cpg CPG_MOD 508>;
+			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
+			resets = <&cpg 508>;
+		};
+
+		fcpvd1: fcp@fea11000 {
+			compatible = "renesas,fcpv";
+			reg = <0 0xfea11000 0 0x200>;
+			clocks = <&cpg CPG_MOD 509>;
+			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
+			resets = <&cpg 509>;
+		};
+
 		prr: chipid@fff00044 {
 			compatible = "renesas,prr";
 			reg = <0 0xfff00044 0 4>;
-- 
2.25.1


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

* [PATCH v2 2/2] arm64: dts: renesas: r8a779a0: Add VSPD support
  2021-03-22 17:29 [PATCH v2 0/2] arm64: dts: renesas: r8a779a0: Add VSP support Kieran Bingham
  2021-03-22 17:29 ` [PATCH v2 1/2] arm64: dts: renesas: r8a779a0: Add FCPVD support Kieran Bingham
@ 2021-03-22 17:29 ` Kieran Bingham
  2021-03-29  7:40   ` Geert Uytterhoeven
  1 sibling, 1 reply; 5+ messages in thread
From: Kieran Bingham @ 2021-03-22 17:29 UTC (permalink / raw)
  To: Laurent Pinchart, Geert Uytterhoeven, linux-renesas-soc, devicetree
  Cc: Rob Herring, Kieran Bingham

Provide VSPD support on the V3U.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
index 73036a5b8312..52a48e8d5814 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
@@ -1118,6 +1118,28 @@ fcpvd1: fcp@fea11000 {
 			resets = <&cpg 509>;
 		};
 
+		vspd0: vsp@fea20000 {
+			compatible = "renesas,vsp2";
+			reg = <0 0xfea20000 0 0x5000>;
+			interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 830>;
+			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
+			resets = <&cpg 830>;
+
+			renesas,fcp = <&fcpvd0>;
+		};
+
+		vspd1: vsp@fea28000 {
+			compatible = "renesas,vsp2";
+			reg = <0 0xfea28000 0 0x5000>;
+			interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 831>;
+			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
+			resets = <&cpg 831>;
+
+			renesas,fcp = <&fcpvd1>;
+		};
+
 		prr: chipid@fff00044 {
 			compatible = "renesas,prr";
 			reg = <0 0xfff00044 0 4>;
-- 
2.25.1


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

* Re: [PATCH v2 1/2] arm64: dts: renesas: r8a779a0: Add FCPVD support
  2021-03-22 17:29 ` [PATCH v2 1/2] arm64: dts: renesas: r8a779a0: Add FCPVD support Kieran Bingham
@ 2021-03-29  7:28   ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2021-03-29  7:28 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Laurent Pinchart, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rob Herring

On Mon, Mar 22, 2021 at 6:29 PM Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
> Provide FCPVD support for the V3U.
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.13.

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

* Re: [PATCH v2 2/2] arm64: dts: renesas: r8a779a0: Add VSPD support
  2021-03-22 17:29 ` [PATCH v2 2/2] arm64: dts: renesas: r8a779a0: Add VSPD support Kieran Bingham
@ 2021-03-29  7:40   ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2021-03-29  7:40 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: Laurent Pinchart, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rob Herring

On Mon, Mar 22, 2021 at 6:29 PM Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> wrote:
> Provide VSPD support on the V3U.
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.13.

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

end of thread, other threads:[~2021-03-29  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 17:29 [PATCH v2 0/2] arm64: dts: renesas: r8a779a0: Add VSP support Kieran Bingham
2021-03-22 17:29 ` [PATCH v2 1/2] arm64: dts: renesas: r8a779a0: Add FCPVD support Kieran Bingham
2021-03-29  7:28   ` Geert Uytterhoeven
2021-03-22 17:29 ` [PATCH v2 2/2] arm64: dts: renesas: r8a779a0: Add VSPD support Kieran Bingham
2021-03-29  7:40   ` Geert Uytterhoeven

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.