From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0FAC4D46BF4 for ; Wed, 28 Jan 2026 19:45:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7122C10E065; Wed, 28 Jan 2026 19:45:20 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="r+zDLcEj"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 39EA710E065 for ; Wed, 28 Jan 2026 19:45:19 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 94E086001A; Wed, 28 Jan 2026 19:45:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4D6BC4CEF1; Wed, 28 Jan 2026 19:45:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769629518; bh=bZ7dJ7gqhVeTmkm1nqjpOk6NE87IYlDZBHUJKo/GhV0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r+zDLcEjn6EhyS1eEIqj+F0YNY9xGGoJZNuWB67b5PhGL4hfyeaw0d/wYYmlvqVGl EeIb3GqRWtIb1wonosEAACd4E+6EnuUFqNbO6sEzDX7jHm8aB+oWWxJXUJw0Y+riUm Z5hgGV5qt6ybl3rAg7MoaUq9du/F3njB4YQ7kdVfw5KSxhfxRnpOR3Ml3KfT8UHXhT wi35Gd2hfDxrPwRm0FGgOa6eGbtZJywcYVLJr27u+VZiHOxuZbcgadOH+IzR8vLfpa Uldr92B5GbnHSha8B2bzrNtUez7AYPI2yy6EZrHrTlGf+y1idGxOs8tRX4kUtv1lMn 7FBQEIQu51YIQ== Date: Wed, 28 Jan 2026 11:45:16 -0800 From: Drew Fustini To: Icenowy Zheng Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guo Ren , Fu Wei , Philipp Zabel , Dmitry Baryshkov , Michal Wilczynski , Luca Ceresoli , Han Gao , Yao Zi , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Icenowy Zheng , Han Gao Subject: Re: [PATCH v6 7/9] riscv: dts: thead: lichee-pi-4a: enable HDMI Message-ID: References: <20260123092830.4046009-1-zhengxingda@iscas.ac.cn> <20260123092830.4046009-8-zhengxingda@iscas.ac.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 > > Signed-off-by: Icenowy Zheng > > Tested-by: Han Gao > > Tested-by: Michal Wilczynski > > --- > > 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 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