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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 711E4D46BFB for ; Wed, 28 Jan 2026 20:35:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D892010E769; Wed, 28 Jan 2026 20:35:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="JzJGyY69"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id D76A010E769 for ; Wed, 28 Jan 2026 20:35:24 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id BBFAE4199B; Wed, 28 Jan 2026 20:35:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E219C116C6; Wed, 28 Jan 2026 20:35:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769632524; bh=yrnUUci/5Ahsz40PLPK7R0htusSkB8akdUK58N6WXS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JzJGyY690ZAhQVx+8Kmt2Sq//jhKMTPY7GWMxEIJHsuuL2XHLceWHtDPedYsO2H0B p6HpsgEy4ovTugw+gd6Y6RJXeprchF/38ic2lABzQc5zdWHu2QtxdAhILsIC2r9zcT 8z7w5FzXoVPLV/ikIuCCUK+w1eAzZPlL/9ATO2dNOLrf4fNpybQU29HhpQ7eVzpEXg cJtGIMmB5peUC2JfQx+9amd4rBUpLFVafc3tbcfr4b1ZZYE0tF2hk4lv8wigP/ayMi KAnHC0P92ltnk0XYtkGO08rbyd0sCxaZK40RRWaM7tj7md+qsOARKJTrMfAz3H3Xd1 klvlqdXTbM8kg== Date: Wed, 28 Jan 2026 12:35: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 , Krzysztof Kozlowski Subject: Re: [PATCH v6 4/9] dt-bindings: display/bridge: add binding for TH1520 HDMI controller Message-ID: References: <20260123092830.4046009-1-zhengxingda@iscas.ac.cn> <20260123092830.4046009-5-zhengxingda@iscas.ac.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260123092830.4046009-5-zhengxingda@iscas.ac.cn> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jan 23, 2026 at 05:28:25PM +0800, Icenowy Zheng wrote: > From: Icenowy Zheng > > T-Head TH1520 SoC contains a Synopsys DesignWare HDMI controller paired > with DesignWare HDMI PHY, with an extra clock gate for HDMI pixel clock > and two reset controls. > > Add a device tree binding to it. > > Signed-off-by: Icenowy Zheng > Signed-off-by: Icenowy Zheng > Reviewed-by: Krzysztof Kozlowski > --- > No changes since v3. > > Changes in v2: > - Re-aligned multi-line clocks/resets in example. > - Added Krzysztof's R-b. > > .../display/bridge/thead,th1520-dw-hdmi.yaml | 120 ++++++++++++++++++ > 1 file changed, 120 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/thead,th1520-dw-hdmi.yaml I've applied the bindings patches (1, 2, 4) to thead-dt-for-next as well so that 'make W=1 dtbs_check' won't break for the next release of linux-next. https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/log/?h=thead-dt-for-next Please see my reply to patch 1 for the rest of my message. Thanks, Drew