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 95160357A24; Thu, 29 Jan 2026 20:40:07 +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=1769719207; cv=none; b=KoJucj/Bdh0tFMhnyWtpBx5V1aMOuLjWG582WxYzlztcaZHqMEneSi88bgielvBWl5BMf5yoz1qNdd1M4n/hZVDYfO5UOIDA6SNXYEvjGs2hJL1Kn8hdAE8yMeWTzB4rtwWonjP7ejhcDjpxym/7u47c4o9ykykSPE1xuAApbQ8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769719207; c=relaxed/simple; bh=LAb5bVXMPi41pVUrYORqBL7gghLLXdUQzzwJ6WaC5JM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gA0lh4FK3EreCgBo2bR19ghXUtajdGn59a73JqVnqfzQogZ88GKjJph3fD4F0voz5+lOmKzmRLAzAgUAOfcp+hYwB3tJ9zqBYDDsdgK37VrWOqYpw/q7g3xPQzy/hF8tA0qNNor/AK0R0rDHuGcANoMEIb4+Hoxldc0rh6c3iVQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hugHyr+5; 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="hugHyr+5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE757C4CEF7; Thu, 29 Jan 2026 20:40:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769719207; bh=LAb5bVXMPi41pVUrYORqBL7gghLLXdUQzzwJ6WaC5JM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hugHyr+590rN9O8LXTJJbbKHZHH8Hr+igVKqJ1fHEe1ApNsw3T5Xlx5NZpLolWIHV B/S/E+IVF7mOAUoj8ZIyRal8QihzDgPxOQ2uvtlK9gYiO02yFk/mvhEoLqZ7ZEoU9b H/nYzmyZvrp4m4O/X99bOj+yAetENcG1ITuBvtj68dio4ydStSULuWp9x5+mEFGv3y 2lHQYhtnVBBo/3pIiC6Q+9eJg1QnwEvX160y6ZrMoXb/mEx4+PAX820Rk+NNt2jD6P n6lV1zbThikCUOcDikHlBK2VyZ6cwUlwgpw4beeVLJy4eqGlqIg6dQd4+mbvGt+9JA LwGPX7pQFq5sA== Date: Thu, 29 Jan 2026 12:40:05 -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 Subject: Re: [PATCH v7 7/8] riscv: dts: thead: lichee-pi-4a: enable HDMI Message-ID: References: <20260129023922.1527729-1-zhengxingda@iscas.ac.cn> <20260129023922.1527729-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: <20260129023922.1527729-8-zhengxingda@iscas.ac.cn> On Thu, Jan 29, 2026 at 10:39:21AM +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