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 69ECD26FD97; Wed, 28 Jan 2026 18:52:56 +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=1769626376; cv=none; b=qGzfijNrZ2c4TvN4iHX2YrItaNhczg/TX9NUBd34DKnTMqlBRA/9y6v/Qg6yAGCmn7+OPkF9Ig3wXlIBLWF2NBrTXh8ZyhWCLKV/X2PCWl+d5WPkYgExtgf9mrinRESeQoejoACfO75ofQmuoWZeHCDPSp7OZznumnUZ7LrdJhY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769626376; c=relaxed/simple; bh=FpN2GeKkLPq5QvKft5Ke2BDw8HtI7yEWOSKliy0KiDQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fhavqfem0WrWiBaPWq8h2jMh6RIO5bkRO17xkfOOI8niLJn3zB6bnkTvG3N4x6lYrb+2azQRy6ztyJUyQ/wLWad8Twp1yBwlLaK2Y8itHbhZuvb8SFPW5MabKDjG0u6pyj9jqvK+pxNnRVB1wNHyPcHfdcwLv94lZJCh9V+DKho= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mbFpiGD3; 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="mbFpiGD3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA408C4CEF7; Wed, 28 Jan 2026 18:52:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769626376; bh=FpN2GeKkLPq5QvKft5Ke2BDw8HtI7yEWOSKliy0KiDQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mbFpiGD35Co3WMyUN29gQyYQImVUpu7KXjh6ycwH0vxJlov/y5hOT4UHHD0ck0C1I Dk619LyJIgRJMAkjESGDtQzmah2HRfd5uNuXwCbZkSm2yaY/D9P6DH+DSc4eueZ2Hw NTt0kNlKP7NOInx0F92fANjwhf4OY1+/OTn2EYixTYUY78Qq4kY/QyEJJRwRvADSjL RwUJDDvBGHhQTDJhUrcf/Pmhxl6QP/jupCnxkpZ9jtrNrRRhb58+NKT25eNLI5yRBI Ca+q1OJXLjP0fE75ad2CSpMEQ5quN5OcFYXrib22DcXCVooyT+Rigy5mq430eqN7Oq 5mm40+SU49Zog== Date: Wed, 28 Jan 2026 10:52:54 -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: linux-kernel@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: <20260123092830.4046009-8-zhengxingda@iscas.ac.cn> 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