From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4C94E31A07C; Wed, 28 Jan 2026 19:49:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769629751; cv=none; b=isJ5uzYgZsHlPZWXbXOSMxCCfyfcTMeVdieE8Bzblak1Q0ssV8ex0/TsUlB70OwUCNyjPHNZGlettQtug6J4QNPNv0a94JIi0sOVBkRWmWqvq82HtE5uer87+9cw1uYY6+pe3QM41OAV/esn6hUBitLyVZyGxP8AhP2WUlEAD2w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769629751; c=relaxed/simple; bh=ZgURDPXZxdlzY1nCr7dFdlPZ+CG+p3tih0XcJrBxJSc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ns8Rm1lmwpGfwMC6xZnrtvFoToar6tw94z7GvDcAFO8mjDMdH/5vEap4PVvDVqOYJo8LnHoZyhwllc27XwILceU+gh5Syyj0TxTA8qeACf/LmFoFnvoQC8MJ7j0ZaufV44e16M+QA2We25+LlYQTVR/BwKm/4NcNoCCc1xsC5Js= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jkx+W8yk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jkx+W8yk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 956C3C4CEF1; Wed, 28 Jan 2026 19:49:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769629751; bh=ZgURDPXZxdlzY1nCr7dFdlPZ+CG+p3tih0XcJrBxJSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jkx+W8ykaiIAXPqelZuIfPFrrsGq5g6rbS4D8Jk/4FwLCUPyFtyLQbdRWVd5QVY0G XOhZUqzVn1LqgIWGYrZDgEebxdC/KmN+dqrMiJ36UyI2+n1ywoBfPKW3kzUL4JwMSh TWQu2/usGHuvucBrBEYtY1CuGbnwXZCIYuv9XxdIziZ1xHxgWV8GUsm4WaD8vJTtyI ZjozH8/Y9OXlZkm/CQdngwr2lbuVJX3/CF01ddVSudhxRygFUhpXyXj8Bgbjk4WQim HASeIQyrPngoVJoNEuDYWJ/Iq7mtUb/As6vyFCkXvux9Q53OAsVmr7xAByTYYFOlcx bbpNtTZ7q9KSA== Date: Wed, 28 Jan 2026 11:49:09 -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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jan 28, 2026 at 11:45:16AM -0800, Drew Fustini wrote: > 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. Sorry about my typo mistake. The correct branch is thead-dt-for-next https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/log/?h=thead-dt-for-next Thanks, Drew