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 21C11F8A163 for ; Thu, 16 Apr 2026 11:41:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=cEhhMsJS+Xwg5OcJOdGV8rtWdnWqs6FYlhVDF1VB5bs=; b=L94LFZXWJcEvcYJ17LGXoKJNR/ JAv/a303hnrZGKlD3mh7g0YUhaMllONBHg1m5vdS2pWiOe5PwgMn19wXWOl5hThhYWVdAa6NjG4xe Ld1ZT4KOGEXpSM54Fv9xo5+++oGX6IVF3oYlciMDfNLrtqF4wBbFoB96gfujv5t0KyKJv5NzaOCZZ unRNgcPWeCKS0LtPBjaEgNfEwieZEqTnLrAEEWMjG+9rNVmR/XCSi05QTLKt5Wbbf7zco4S1bDtjx jUxlOirbkrdNbO8DJi0c8AvHaboHEJRYIud07uE0ifjxlP7KP/rxYVDUcDgHWBmxakO3qAXS0+nfo AUK/LmKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wDL6L-00000002OkD-0vAM; Thu, 16 Apr 2026 11:41:41 +0000 Received: from pidgin.makrotopia.org ([2a07:2ec0:3002::65]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wDL6J-00000002Ojj-09Nl; Thu, 16 Apr 2026 11:41:40 +0000 Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.99) (envelope-from ) id 1wDL65-000000001iW-004L; Thu, 16 Apr 2026 11:41:25 +0000 Date: Thu, 16 Apr 2026 12:41:21 +0100 From: Daniel Golle To: Krzysztof Kozlowski Cc: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Jaroslav Kysela , Takashi Iwai , Cyril Chao , Arnd Bergmann , Kuninori Morimoto , =?iso-8859-1?Q?N=EDcolas_F=2E_R=2E_A=2E?= Prado , Eugen Hristev , linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 1/9] dt-bindings: sound: mt2701-afe-pcm: add HDMI audio path clocks Message-ID: References: <50afd83a314cd20c715fb9b0d3bc85fb00f9a6eb.1776265610.git.daniel@makrotopia.org> <20260416-qualified-violet-salmon-4bec7e@quoll> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260416-qualified-violet-salmon-4bec7e@quoll> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260416_044139_098005_C4413691 X-CRM114-Status: GOOD ( 12.12 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Thu, Apr 16, 2026 at 11:38:24AM +0200, Krzysztof Kozlowski wrote: > On Wed, Apr 15, 2026 at 04:23:27PM +0100, Daniel Golle wrote: > > Document four additional optional clocks feeding the HDMI audio > > output path on MT2701 and MT7623N: the HADDS2 PLL (root of the > > There is no MT7623N compatible in this file, so that's confusing. Does > mt7622 have it? If not, then it should be restricted per variant. If > yet, the model name is confusing. Only MT7623N (which is apparently identical with MT2701) has all the multimedia features (ie. HDMI, a Mali-450 GPU, ...). Neither MT7623A nor any of the other MediaTek router SoCs got any of that. So it should be restricted to that variant. I'll fix this in v2. Thanks for the review! Daniel