Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: mt7622: Add AFE_MRGIF clock

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>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

AngeloGioacchino Del Regno and committed by
Stephen Boyd
64e7df08 6c4c26b6

+1 -1
+1 -1
include/dt-bindings/clock/mt7622-clk.h
··· 228 228 #define CLK_AUDIO_MEM_ASRC4 44 229 229 #define CLK_AUDIO_MEM_ASRC5 45 230 230 #define CLK_AUDIO_AFE_CONN 46 231 - #define CLK_AUDIO_NR_CLK 47 231 + #define CLK_AUDIO_AFE_MRGIF 47 232 232 233 233 /* SSUSBSYS */ 234 234