From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Magnus Damm <magnus.damm@gmail.com>,
Simon Horman <horms@verge.net.au>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Chris Paterson <chris.paterson2@renesas.com>,
Biju Das <biju.das@bp.renesas.com>,
devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: dts: r8a7745: Add DU support
Date: Tue, 07 Nov 2017 06:05:37 +0200 [thread overview]
Message-ID: <9872942.on8edmfvcY@avalon> (raw)
In-Reply-To: <1509992814-4543-2-git-send-email-fabrizio.castro@bp.renesas.com>
Hi Fabrizio,
Thank you for the patch.
On Monday, 6 November 2017 20:26:53 EET Fabrizio Castro wrote:
> Add du node to r8a7745 SoC DT. Boards that want to enable the DU
> need to specify the output topology.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/boot/dts/r8a7745.dtsi | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi
> index 846c27a..53eb1ce4 100644
> --- a/arch/arm/boot/dts/r8a7745.dtsi
> +++ b/arch/arm/boot/dts/r8a7745.dtsi
> @@ -821,6 +821,33 @@
> status = "disabled";
> };
>
> + du: display@feb00000 {
> + compatible = "renesas,du-r8a7745";
> + reg = <0 0xfeb00000 0 0x40000>;
> + reg-names = "du";
> + interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>;
> + clock-names = "du.0", "du.1";
> + status = "disabled";
> +
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> + du_out_rgb0: endpoint {
> + };
> + };
> + port@1 {
> + reg = <1>;
> + du_out_rgb1: endpoint {
> + };
> + };
> + };
> + };
> +
> msiof0: spi@e6e20000 {
> compatible = "renesas,msiof-r8a7745",
> "renesas,rcar-gen2-msiof";
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2017-11-07 4:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-06 18:26 [PATCH 0/2] Add HDMI support to iwg22d Fabrizio Castro
2017-11-06 18:26 ` [PATCH 1/2] ARM: dts: r8a7745: Add DU support Fabrizio Castro
2017-11-07 4:05 ` Laurent Pinchart [this message]
2017-11-08 4:48 ` Simon Horman
2017-11-09 9:31 ` Laurent Pinchart
2017-11-10 8:32 ` Simon Horman
2017-11-10 8:32 ` Simon Horman
2017-11-10 8:36 ` Simon Horman
2017-11-06 18:26 ` [PATCH 2/2] ARM: dts: iwg22d-sodimm-dbhd-ca: Add HDMI video output Fabrizio Castro
2017-11-06 18:26 ` Fabrizio Castro
2017-11-07 4:13 ` Laurent Pinchart
2017-11-10 8:35 ` Simon Horman
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=9872942.on8edmfvcY@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=biju.das@bp.renesas.com \
--cc=chris.paterson2@renesas.com \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro@bp.renesas.com \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.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 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.