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 ECB4536F439; Wed, 28 Jan 2026 18:52:24 +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=1769626345; cv=none; b=R+e5WEHSziL5ipdasauD+i7SOc56Vt5CicruPfgu/S2cjc962QL+7WUogr0U3MqZeV/EJU7KhxnDXnnqULi2HyBH1uwdBBmwl4klKunLkSf6TQLk4AynIGwI7ZidEaMKg32T8kFIwzba/OrxCR2+HvSIwpkbwuETNbwYuNdIHbc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769626345; c=relaxed/simple; bh=qYdsLkJmWzAx8CeoVe1L2Nyi34pxrjLE9TJYh/PLc9U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ExoF3Fc4vyLj9c7omJsgbQ/YJZgLtxLMoqARxbkN8vgb7l6x26DlSE+8vL5D7A5IfBj7w3bUCOk7EfiHaoxMqXGyGLxtqqKWoiMxnPZIgemVo0oOl9YxXavT6yVcHXrd6W+mX3XkWxUCZdpiXXzPV0Gx77pcfLjCiFwMQhZIFpM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m6Sy7bRi; 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="m6Sy7bRi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70F36C4CEF1; Wed, 28 Jan 2026 18:52:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769626344; bh=qYdsLkJmWzAx8CeoVe1L2Nyi34pxrjLE9TJYh/PLc9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m6Sy7bRi1PjtYcGumDDu+ZFsu9cvXZkn5cbnagcm+s134rYQCRM4sWBgA6yWPwfjN DnSXv0tcmoAeYrFAVDu83qUl0CySZDIbhanLKEZX/1xoK0tzMk7/zClwitfi5VI7vE uVzCrgKVVLAscJwFvEzURcuZXFXebhbOh/6AZa4G1sbaVLolxuQTuFbG425yUGV9NP yBify23EksWp/ucSpEniP7M1M+r4tOA+WZ+j7s6zgznAhDSC9X9IWcUnSsczLJ6Dz1 uHe6y2g+mP0PjsVIrkBKvbGlFZVbPvGRTBmiHKGRtDdKzMSg7vBuZXp6s2lKvFklMs Y0MyfJgBBMvlg== Date: Wed, 28 Jan 2026 10:52:23 -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 6/9] riscv: dts: thead: add DPU and HDMI device tree nodes Message-ID: References: <20260123092830.4046009-1-zhengxingda@iscas.ac.cn> <20260123092830.4046009-7-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: <20260123092830.4046009-7-zhengxingda@iscas.ac.cn> On Fri, Jan 23, 2026 at 05:28:27PM +0800, Icenowy Zheng wrote: > From: Icenowy Zheng > > T-Head TH1520 SoC contains a Verisilicon DC8200 display controller > (called DPU in manual) and a Synopsys DesignWare HDMI TX controller. > > Add device tree nodes to them. > > Signed-off-by: Icenowy Zheng > Signed-off-by: Icenowy Zheng > Tested-by: Han Gao > Tested-by: Michal Wilczynski > --- > No changes since v4. > > Changes in v3: > - Adapting to the changed binding. > > No changes in v2. > > arch/riscv/boot/dts/thead/th1520.dtsi | 66 +++++++++++++++++++++++++++ > 1 file changed, 66 insertions(+) Reviewed-by: Drew Fustini