diff mbox series

[1/3] arm64: dts: renesas: r8a779a0: Add DU support

Message ID 20210622234257.3228634-2-kieran.bingham@ideasonboard.com
State New
Headers show
Series [1/3] arm64: dts: renesas: r8a779a0: Add DU support | expand

Commit Message

Kieran Bingham June 22, 2021, 11:42 p.m. UTC
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Provide the device nodes for the DU on the V3U platforms.

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

Comments

Geert Uytterhoeven June 23, 2021, 1 p.m. UTC | #1
Hi Kieran,

On Wed, Jun 23, 2021 at 1:43 AM Kieran Bingham
<kieran.bingham@ideasonboard.com> wrote:
> From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

>

> Provide the device nodes for the DU on the V3U platforms.

>

> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>


Thanks for your patch!

> --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi

> +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi

> @@ -1142,6 +1142,37 @@ vspd1: vsp@fea28000 {

>                         renesas,fcp = <&fcpvd1>;

>                 };

>

> +               du: display@feb00000 {

> +                       compatible = "renesas,du-r8a779a0";

> +                       reg = <0 0xfeb00000 0 0x40000>;

> +                       interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,

> +                                    <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;

> +                       clocks = <&cpg CPG_MOD 411>,

> +                                <&cpg CPG_MOD 411>;

> +                       clock-names = "du.0", "du.1";

> +                       power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;

> +                       resets = <&cpg 411>;

> +                       vsps = <&vspd0 0>, <&vspd1 0>;

> +                       status = "disabled";


Modulo my comments on the clock part of the bindings:
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
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
index 78ca75f619f6..24476886e498 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
@@ -1142,6 +1142,37 @@  vspd1: vsp@fea28000 {
 			renesas,fcp = <&fcpvd1>;
 		};
 
+		du: display@feb00000 {
+			compatible = "renesas,du-r8a779a0";
+			reg = <0 0xfeb00000 0 0x40000>;
+			interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 411>,
+				 <&cpg CPG_MOD 411>;
+			clock-names = "du.0", "du.1";
+			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
+			resets = <&cpg 411>;
+			vsps = <&vspd0 0>, <&vspd1 0>;
+			status = "disabled";
+
+			ports {
+				#address-cells = <1>;
+				#size-cells = <0>;
+
+				port@0 {
+					reg = <0>;
+					du_out_dsi0: endpoint {
+					};
+				};
+
+				port@1 {
+					reg = <1>;
+					du_out_dsi1: endpoint {
+					};
+				};
+			};
+		};
+
 		prr: chipid@fff00044 {
 			compatible = "renesas,prr";
 			reg = <0 0xfff00044 0 4>;