From: Drew Fustini <fustini@kernel.org>
To: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Cc: dri-devel@lists.freedesktop.org, Guo Ren <guoren@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Andrzej Hajda <andrzej.hajda@intel.com>,
linux-riscv@lists.infradead.org, David Airlie <airlied@gmail.com>,
Simona Vetter <simona@ffwll.ch>, Rob Herring <robh@kernel.org>,
Robert Foss <rfoss@kernel.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Michal Wilczynski <m.wilczynski@samsung.com>,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
Yao Zi <ziyao@disroot.org>, Jonas Karlman <jonas@kwiboo.se>,
Han Gao <gaohan@iscas.ac.cn>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Dmitry Baryshkov <lumag@kernel.org>,
linux-kernel@vger.kernel.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Han Gao <rabenda.cn@gmail.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Fu Wei <wefu@redhat.com>
Subject: Re: [PATCH v6 7/9] riscv: dts: thead: lichee-pi-4a: enable HDMI
Date: Wed, 28 Jan 2026 11:45:16 -0800 [thread overview]
Message-ID: <aXpnTDSowoW+8UzN@x1> (raw)
In-Reply-To: <aXpbBq3TwuiP9Qry@x1>
On Wed, Jan 28, 2026 at 10:52:54AM -0800, Drew Fustini wrote:
> On Fri, Jan 23, 2026 at 05:28:28PM +0800, Icenowy Zheng wrote:
> > Lichee Pi 4A board features a HDMI Type-A connector connected to the
> > HDMI TX controller of TH1520 SoC.
> >
> > Add a device tree node describing the connector, connect it to the HDMI
> > controller, and enable everything on this display pipeline.
> >
> > Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
> > Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
> > Tested-by: Han Gao <gaohan@iscas.ac.cn>
> > Tested-by: Michal Wilczynski <m.wilczynski@samsung.com>
> > ---
> > No changes in v5.
> >
> > Changes in v4:
> > - Rebased on top of v6.19-rc1.
> >
> > No changes in v2, v3.
> >
> > .../boot/dts/thead/th1520-lichee-pi-4a.dts | 25 +++++++++++++++++++
> > 1 file changed, 25 insertions(+)
>
> Reviewed-by: Drew Fustini <fustini@kernel.org>
I've applied this to tenstorrent-dt-for-next
https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/commit/?h=tenstorrent-dt-for-next&id=0075f4c3aade0d436925026eaefb14be1ec52a69
Hopefully we can get some testing done with a next release once the driver patches hit next.
Thanks,
Drew
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Drew Fustini <fustini@kernel.org>
To: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Jonas Karlman <jonas@kwiboo.se>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Guo Ren <guoren@kernel.org>,
Fu Wei <wefu@redhat.com>, Philipp Zabel <p.zabel@pengutronix.de>,
Dmitry Baryshkov <lumag@kernel.org>,
Michal Wilczynski <m.wilczynski@samsung.com>,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
Han Gao <rabenda.cn@gmail.com>, Yao Zi <ziyao@disroot.org>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
devicetree@vger.kernel.org, linux-riscv@lists.infradead.org,
Icenowy Zheng <uwu@icenowy.me>, Han Gao <gaohan@iscas.ac.cn>
Subject: Re: [PATCH v6 7/9] riscv: dts: thead: lichee-pi-4a: enable HDMI
Date: Wed, 28 Jan 2026 11:45:16 -0800 [thread overview]
Message-ID: <aXpnTDSowoW+8UzN@x1> (raw)
In-Reply-To: <aXpbBq3TwuiP9Qry@x1>
On Wed, Jan 28, 2026 at 10:52:54AM -0800, Drew Fustini wrote:
> On Fri, Jan 23, 2026 at 05:28:28PM +0800, Icenowy Zheng wrote:
> > Lichee Pi 4A board features a HDMI Type-A connector connected to the
> > HDMI TX controller of TH1520 SoC.
> >
> > Add a device tree node describing the connector, connect it to the HDMI
> > controller, and enable everything on this display pipeline.
> >
> > Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
> > Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
> > Tested-by: Han Gao <gaohan@iscas.ac.cn>
> > Tested-by: Michal Wilczynski <m.wilczynski@samsung.com>
> > ---
> > No changes in v5.
> >
> > Changes in v4:
> > - Rebased on top of v6.19-rc1.
> >
> > No changes in v2, v3.
> >
> > .../boot/dts/thead/th1520-lichee-pi-4a.dts | 25 +++++++++++++++++++
> > 1 file changed, 25 insertions(+)
>
> Reviewed-by: Drew Fustini <fustini@kernel.org>
I've applied this to tenstorrent-dt-for-next
https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/commit/?h=tenstorrent-dt-for-next&id=0075f4c3aade0d436925026eaefb14be1ec52a69
Hopefully we can get some testing done with a next release once the driver patches hit next.
Thanks,
Drew
next prev parent reply other threads:[~2026-01-28 19:45 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 9:28 [PATCH v6 0/9] Verisilicon DC8200 driver (and adaption to TH1520) Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-23 9:28 ` [PATCH v6 1/9] dt-bindings: vendor-prefixes: add verisilicon Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 20:22 ` Drew Fustini
2026-01-28 20:22 ` Drew Fustini
2026-01-28 20:42 ` Conor Dooley
2026-01-28 20:42 ` Conor Dooley
2026-01-28 20:50 ` Drew Fustini
2026-01-28 20:50 ` Drew Fustini
2026-01-29 16:50 ` Conor Dooley
2026-01-29 16:50 ` Conor Dooley
2026-01-29 20:44 ` Drew Fustini
2026-01-29 20:44 ` Drew Fustini
2026-01-23 9:28 ` [PATCH v6 2/9] dt-bindings: display: add verisilicon,dc Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 20:34 ` Drew Fustini
2026-01-28 20:34 ` Drew Fustini
2026-01-28 22:57 ` Drew Fustini
2026-01-28 22:57 ` Drew Fustini
2026-01-23 9:28 ` [PATCH v6 3/9] drm: verisilicon: add a driver for Verisilicon display controllers Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-23 21:28 ` kernel test robot
2026-01-23 21:28 ` kernel test robot
2026-01-28 7:58 ` Thomas Zimmermann
2026-01-28 7:58 ` Thomas Zimmermann
2026-01-28 8:39 ` Icenowy Zheng
2026-01-28 8:39 ` Icenowy Zheng
2026-01-28 8:54 ` Thomas Zimmermann
2026-01-28 8:54 ` Thomas Zimmermann
2026-01-28 16:03 ` Icenowy Zheng
2026-01-28 16:03 ` Icenowy Zheng
2026-01-28 16:44 ` Drew Fustini
2026-01-28 16:44 ` Drew Fustini
2026-01-23 9:28 ` [PATCH v6 4/9] dt-bindings: display/bridge: add binding for TH1520 HDMI controller Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 20:35 ` Drew Fustini
2026-01-28 20:35 ` Drew Fustini
2026-01-28 22:58 ` Drew Fustini
2026-01-28 22:58 ` Drew Fustini
2026-01-23 9:28 ` [PATCH v6 5/9] drm/bridge: add a driver for T-Head " Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 8:02 ` Thomas Zimmermann
2026-01-28 8:02 ` Thomas Zimmermann
2026-01-23 9:28 ` [PATCH v6 6/9] riscv: dts: thead: add DPU and HDMI device tree nodes Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 18:52 ` Drew Fustini
2026-01-28 18:52 ` Drew Fustini
2026-01-28 19:44 ` Drew Fustini
2026-01-28 19:44 ` Drew Fustini
2026-01-28 19:48 ` Drew Fustini
2026-01-28 19:48 ` Drew Fustini
2026-01-23 9:28 ` [PATCH v6 7/9] riscv: dts: thead: lichee-pi-4a: enable HDMI Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 18:52 ` Drew Fustini
2026-01-28 18:52 ` Drew Fustini
2026-01-28 19:45 ` Drew Fustini [this message]
2026-01-28 19:45 ` Drew Fustini
2026-01-28 19:49 ` Drew Fustini
2026-01-28 19:49 ` Drew Fustini
2026-01-23 9:28 ` [PATCH v6 8/9] MAINTAINERS: assign myself as maintainer for verisilicon DC driver Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
2026-01-28 8:01 ` Thomas Zimmermann
2026-01-28 8:01 ` Thomas Zimmermann
2026-01-23 9:28 ` [PATCH v6 9/9] mailmap: map all Icenowy Zheng's mail addresses Icenowy Zheng
2026-01-23 9:28 ` Icenowy Zheng
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=aXpnTDSowoW+8UzN@x1 \
--to=fustini@kernel.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gaohan@iscas.ac.cn \
--cc=guoren@kernel.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=luca.ceresoli@bootlin.com \
--cc=lumag@kernel.org \
--cc=m.wilczynski@samsung.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=p.zabel@pengutronix.de \
--cc=rabenda.cn@gmail.com \
--cc=rfoss@kernel.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
--cc=wefu@redhat.com \
--cc=zhengxingda@iscas.ac.cn \
--cc=ziyao@disroot.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.