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 7FAE2335089; Wed, 28 Jan 2026 19:44:26 +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=1769629466; cv=none; b=k82FgcfAmu6ffdq15Q8naV0W/xfLVZzSrEyHRb+HYu5VDagcwNEVMCaMq9dQIF/gl4A2e6tVpXJkFnPJyd2zQ9JaQ5niC1TvOM8/LvM7Cibt4lQzR1cDV8jCeKQ7uV8sjEmrOgtAUombRr0TU6XLAeZLYq6KEIntSq5OL4ZqNj8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769629466; c=relaxed/simple; bh=mI8NvKoZWsbB56B798mUB4ZBCLG7Ks1zL7TA9JObJ1I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AGgI5YaRn/sAh5cIIJyc0hA5zAhRxhVgCPqupNewUKZg4NCMmV9L5ci+udCqg33ElXBLg2QeqaNjPFDGPGIpxlMejF0SJii2qWTDR/hFS1VlarFch/CD6Fyu6rqAQ9yNvqpBYJWkklhkUIMAcl8d2TY9LvQ/DQUBKbDbgSlpD7U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BPmAddnt; 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="BPmAddnt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A05C7C4CEF1; Wed, 28 Jan 2026 19:44:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769629466; bh=mI8NvKoZWsbB56B798mUB4ZBCLG7Ks1zL7TA9JObJ1I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BPmAddnt1ZUTc2oHQ+bDiWTTtPSI+Eagor38VD6iVzNDk5kGf8l2UQ3tPhDaT+/xV uNj/PWtklR79KofA36XzG25fYa6MXqFltYDv3RIP6Xgr1QbJ+3giXa0jVZAp9bJvEG oINnQA3sNBdunWjfrYz6tMRXdnJPSzgm7EkOekKL+fvfZsCoPlCYHrQ7wr6wCo4k3k LupWJHcLVaPGgvT4kAzNfTbdyWPSgXJ1bD1zcLS87qnxAeAU79/a5bR9kSYbBxq1Qf VbAGO24qVP3a/uuyiu1tk1LoI9quLQpJnycVYlKirNG2iu/z/yIaDcwUfOUSPxQBZA hA8TBv77Gqeew== Date: Wed, 28 Jan 2026 11:44:24 -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: 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: On Wed, Jan 28, 2026 at 10:52:23AM -0800, Drew Fustini wrote: > 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 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=b6a400f45aaf391d15d70758df207bbf5a63811e Hopefully we can get some testing done once the driver patches hit next. Thanks, Drew