Devicetree
 help / color / mirror / Atom feed
From: Kieran Bingham <kieran.bingham@ideasonboard.com>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	linux-renesas-soc@vger.kernel.org
Cc: devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Chris Paterson <Chris.Paterson2@renesas.com>
Subject: Re: [PATCH v2 3/3] arm64: dts: renesas: Add panel overlay for Draak and Ebisu boards
Date: Mon, 21 Feb 2022 14:41:23 +0000	[thread overview]
Message-ID: <164545448355.2976960.17099137139723587029@Monstersaurus> (raw)
In-Reply-To: <20211229193135.28767-4-laurent.pinchart+renesas@ideasonboard.com>

Quoting Laurent Pinchart (2021-12-29 19:31:35)
> The Draak and Ebisu boards support an optional LVDS panel. One
> compatible panel is the Mitsubishi AA104XD12. Add a corresponding DT
> overlay.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

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

> ---
> Changes since v1:
> 
> - Create endpoint in lvds1 port@1
> ---
>  arch/arm64/boot/dts/renesas/Makefile          |  1 +
>  .../renesas/draak-ebisu-panel-aa104xd12.dts   | 36 +++++++++++++++++++
>  2 files changed, 37 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dts
> 
> diff --git a/arch/arm64/boot/dts/renesas/Makefile b/arch/arm64/boot/dts/renesas/Makefile
> index 982ca3e0e86f..5e831bd33828 100644
> --- a/arch/arm64/boot/dts/renesas/Makefile
> +++ b/arch/arm64/boot/dts/renesas/Makefile
> @@ -76,3 +76,4 @@ dtb-$(CONFIG_ARCH_R8A77965) += r8a779m5-salvator-xs.dtb
>  dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044l2-smarc.dtb
>  
>  dtb-$(CONFIG_ARCH_RCAR_GEN3) += salvator-panel-aa104xd12.dtbo
> +dtb-$(CONFIG_ARCH_RCAR_GEN3) += draak-ebisu-panel-aa104xd12.dtbo
> diff --git a/arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dts b/arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dts
> new file mode 100644
> index 000000000000..258f8668ca36
> --- /dev/null
> +++ b/arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dts
> @@ -0,0 +1,36 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Device Tree overlay for the AA104XD12 panel connected to LVDS1 on a Draak or
> + * Ebisu board
> + *
> + * Copyright 2021 Ideas on Board Oy
> + */
> +
> +/dts-v1/;
> +/plugin/;
> +
> +&{/} {
> +#include "panel-aa104xd12.dtsi"
> +};
> +
> +&{/panel} {
> +       backlight = <&backlight>;
> +
> +       port {
> +               panel_in: endpoint {
> +                       remote-endpoint = <&lvds1_out>;
> +               };
> +       };
> +};
> +
> +&lvds1 {
> +       status = "okay";
> +
> +       ports {
> +               port@1 {
> +                       lvds1_out: endpoint {
> +                               remote-endpoint = <&panel_in>;
> +                       };
> +               };
> +       };
> +};
> -- 
> Regards,
> 
> Laurent Pinchart
>

      parent reply	other threads:[~2022-02-21 14:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-29 19:31 [PATCH v2 0/3] arm64: dts: renesas: Prepare AA1024XD12 panel .dtsi for overlay support Laurent Pinchart
2021-12-29 19:31 ` [PATCH v2 1/3] " Laurent Pinchart
2022-01-26 12:18   ` Geert Uytterhoeven
2022-01-26 18:58     ` Laurent Pinchart
2022-01-26 19:15       ` Geert Uytterhoeven
2022-01-26 23:57         ` Laurent Pinchart
2022-07-07  2:25           ` Laurent Pinchart
2022-07-07  7:30             ` Geert Uytterhoeven
2022-07-07  8:12               ` Laurent Pinchart
2022-02-21 14:38   ` Kieran Bingham
2022-02-21 14:42     ` Laurent Pinchart
2021-12-29 19:31 ` [PATCH v2 2/3] arm64: dts: renesas: Add panel overlay for Salvator-X(S) boards Laurent Pinchart
2022-01-26 12:19   ` Geert Uytterhoeven
2022-02-21 14:40   ` Kieran Bingham
2021-12-29 19:31 ` [PATCH v2 3/3] arm64: dts: renesas: Add panel overlay for Draak and Ebisu boards Laurent Pinchart
2022-01-26 12:20   ` Geert Uytterhoeven
2022-02-21 14:41   ` Kieran Bingham [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164545448355.2976960.17099137139723587029@Monstersaurus \
    --to=kieran.bingham@ideasonboard.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox