From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EFC54D46BF6 for ; Wed, 28 Jan 2026 19:44:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wJxC5UlMbxIOZAzUpRht5THEzWIMi1oCUejAtz/rIRQ=; b=LYZ9NcmBsH+BxC 3iGCpzS2BNGd8Yk0DLmuiwP5uEZsz3FPTXgicgj4m9AmBaR3xDVBjmeQV+rFJ5wFiwHkCLMKptYr1 cEg5xYHOO2I9F9rRiXtk6hL66edSRUhhtddbsXpm2/QYNFC5NOr4bINE8dherWIr4TzWikKLGC02o lYj9T4OTrdDy020cZPrRMKVibEUvu0KD2S/Tjhb3FR7GPP6tWBNMO1SVq/PImVMMeT7tSq3mwx2RP 9ryNWCu1UXGTCztq2PqKNmutyO/U23HHC/YegM/ZFQ6++q0OirrWHdN89+6c+KivqJw0R5FsbWs// RgTnnGdDv/KQR59uKv8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vlBSo-0000000GgnV-0Hn9; Wed, 28 Jan 2026 19:44:30 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vlBSl-0000000GgnN-1yRq for linux-riscv@lists.infradead.org; Wed, 28 Jan 2026 19:44:27 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 546166000A; Wed, 28 Jan 2026 19:44:26 +0000 (UTC) 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 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org, Guo Ren , Laurent Pinchart , Andrzej Hajda , linux-riscv@lists.infradead.org, David Airlie , Simona Vetter , Rob Herring , Robert Foss , Jernej Skrabec , Michal Wilczynski , Luca Ceresoli , Philipp Zabel , devicetree@vger.kernel.org, Conor Dooley , Yao Zi , Jonas Karlman , Han Gao , Maarten Lankhorst , Maxime Ripard , Neil Armstrong , Dmitry Baryshkov , linux-kernel@vger.kernel.org, Thomas Zimmermann , Han Gao , Krzysztof Kozlowski , Fu Wei Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv