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 4E67E313520; Wed, 28 Jan 2026 22:58:22 +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=1769641103; cv=none; b=fcV1x4+bV+ERLuTQi4sNN7hEkFk0JolJj71Fiwxdflc0YOE9Cw9AQnGGlPyeu2PEff4uJzHNNjfrol/3gTxkcTvXd8C2QH4vQEVH28apq8BYwtyRn3K9wNMi2qvl/nhIq6tqhY3eSPEtzF36ezNDuSjmi+hHzqFFb1BFAmyZDPs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769641103; c=relaxed/simple; bh=Z9OqPeF9IuAUdu1BeekUKKNyvo5WfxDHVzPt2apoXDU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=C9us7cIdCUPvGJ8oVsFZMPNHAJPK7KFmJtA2dYLFPeeDLS9Rd5ANFfk4haWQ5DHvBMtNoTnYnMClUh6hFhLZ887FUmXOEF7DKQPVaoYGiidJ0uKbdak2kexDvm8CCt7+T/SBgCRoTfZkGjlLQMvt7dG63RwaDvuvZG0emW0j1Uk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pmMeCKXS; 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="pmMeCKXS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55009C4CEF1; Wed, 28 Jan 2026 22:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769641102; bh=Z9OqPeF9IuAUdu1BeekUKKNyvo5WfxDHVzPt2apoXDU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pmMeCKXSIpP9RojxNRVcs7H1lP0xvQLj/J7xBmpBkM6vQOrrRbhWg6Wj4A95BnSiF O1otSk2VEAJeIin0cfw6z3ZNBiXTFpQeMi1t8JmuNJqYRSIc9apZ/WHkCvUHTovATr 1FeOnna9f3hTBz4v6UWNmwRzw2lb2SRZ+55Se5862Z7w0GLTiRY2uVz5lFV+K5KL7M JxM4+ZJg0iZgyi1tbxdU4FPL0zkNMJb/OJSyiDYpK/coqjb8ajQv24ghCJDzwW/0UB H80PkBWiWFMGSjb2H3LDBd1U4RWSXHhrflJyCjeNyFJFsWulrwWKL7JDhBvitR7tWK vpEbN8h6dZDoA== Date: Wed, 28 Jan 2026 14:58:20 -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> 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: On Wed, Jan 28, 2026 at 12:35:23PM -0800, Drew Fustini wrote: > 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. I've dropped the yaml patches from thead-dt-for-next based on Conor's advice. Patches 1, 2 and 4 can go through drm. Drew