public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: clock: mt7622: Add AFE_MRGIF clock
@ 2025-07-24  8:39 AngeloGioacchino Del Regno
  2025-07-24  8:39 ` [PATCH 2/3] clk: mediatek: mt7622-aud: Add missing " AngeloGioacchino Del Regno
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-07-24  8:39 UTC (permalink / raw)
  To: robh
  Cc: krzk+dt, conor+dt, matthias.bgg, angelogioacchino.delregno,
	mturquette, sboyd, geert+renesas, u.kleine-koenig, devicetree,
	linux-kernel, linux-arm-kernel, linux-mediatek, linux-clk, kernel

Add the missing AFE Merge Interface clock to MT7622 to make use of
it in the audio subsystem.

While at it, also remove the useless CLK_AUDIO_NR_CLK definition.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 include/dt-bindings/clock/mt7622-clk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/clock/mt7622-clk.h b/include/dt-bindings/clock/mt7622-clk.h
index c12e7eab0788..a173eb132892 100644
--- a/include/dt-bindings/clock/mt7622-clk.h
+++ b/include/dt-bindings/clock/mt7622-clk.h
@@ -228,7 +228,7 @@
 #define CLK_AUDIO_MEM_ASRC4		44
 #define CLK_AUDIO_MEM_ASRC5		45
 #define CLK_AUDIO_AFE_CONN		46
-#define CLK_AUDIO_NR_CLK		47
+#define CLK_AUDIO_AFE_MRGIF		47
 
 /* SSUSBSYS */
 
-- 
2.50.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-21 16:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24  8:39 [PATCH 1/3] dt-bindings: clock: mt7622: Add AFE_MRGIF clock AngeloGioacchino Del Regno
2025-07-24  8:39 ` [PATCH 2/3] clk: mediatek: mt7622-aud: Add missing " AngeloGioacchino Del Regno
2025-09-21 16:32   ` Stephen Boyd
2025-07-24  8:39 ` [PATCH 3/3] arm64: dts: mediatek: mt7622: Add missing audio_mrgif_pd clock AngeloGioacchino Del Regno
2025-07-25 23:12 ` [PATCH 1/3] dt-bindings: clock: mt7622: Add AFE_MRGIF clock Rob Herring (Arm)
2025-09-21 16:32 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox