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 572C231A54E; Wed, 28 Jan 2026 19:48:50 +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=1769629730; cv=none; b=uGcLnpC5ArDXCT3a1yA1XrPeluXOzw6oC7exRcXReSvSc5eQ5UI5KQQ6dU1RIiZPy4M/FEW/kb9QkqwrDSqqMJLjSwHQZmzytfPq5MfwK+STb9YmoXjYfYTp4OglIUeHToUQaxy3MB5brsIrWmgYrMDTDCqhhnAfFXQWkzjUaJI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769629730; c=relaxed/simple; bh=4zt9hc3BBEaGcxjfty65LgYWsANjQMrfkrl4+EdZevs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RdKDsqMeURq3Lb3qnOjPKlDfAkODyDCI8awJ75joIUj/PZrHMYR3NOhsbTqtKLcLQx9EbJUbARco2cgQND9YyoFWROBcu7OWnTJe/oAx3IqaqzgtKA+5nj8ArAuTusLO9Of7x6kAwkBLBj0MIyk1h607EkQOCLricydrs+8QP8I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZR4m4kSB; 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="ZR4m4kSB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF4C4C4CEF1; Wed, 28 Jan 2026 19:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769629730; bh=4zt9hc3BBEaGcxjfty65LgYWsANjQMrfkrl4+EdZevs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZR4m4kSBzAMSHsbeBQ34bIcwQAsZVK+OE178Cx8QjpLqVZ645Gg5NOBjPTVif7Wdg 2jtmumLgu2VZ0EGB2gpNcViq/IV89Fa1xx0J5gGG97RPg+tPberSBmPjrWO/dDKu90 U2ELtlQtf3PCUr3Z/h1gMGZJA1fqKAE7fbY4TW8EPMqhTOYzAviYnQLwUJyNVTdI53 BTTAPgp24juLsdVvHNX5vePreHHTKj74IykwKaEUjcLWXD4tb7N9CFVCvuptLhIPdI AXs7ZbXMkSsODGCnPZDFGwMA7ex1Lk3gA/3kncgyGU8osDrXaXu+8E1Z7sR2L2lYou SvuvlPDbk+0WA== Date: Wed, 28 Jan 2026 11:48:48 -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 11:44:24AM -0800, Drew Fustini wrote: > 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 Sorry about my typo mistake. The correct branch is thead-dt-for-next https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/log/?h=thead-dt-for-next Thanks, Drew