Skip to content

Commit 05eeeff

Browse files
aford173abelvesa
authored andcommitted
clk: imx8mp: Remove non-existent IMX8MP_CLK_AUDIOMIX_PDM_ROOT
The TRM shows there is only one AUDIOMIX PDM Root Clock Select register, and it's called IMX8MP_CLK_AUDIOMIX_PDM_SEL. That selector doesn't appear to have any more children and the MICFIL driver can reference IMX8MP_CLK_AUDIOMIX_PDM_SEL directly without the need for any other. Remove this errant clock, since it doesn't really exist. Signed-off-by: Adam Ford <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent 3af29a8 commit 05eeeff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/dt-bindings/clock/imx8mp-clock.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@
376376
#define IMX8MP_CLK_AUDIOMIX_MU2_ROOT 36
377377
#define IMX8MP_CLK_AUDIOMIX_MU3_ROOT 37
378378
#define IMX8MP_CLK_AUDIOMIX_EARC_PHY 38
379-
#define IMX8MP_CLK_AUDIOMIX_PDM_ROOT 39
380379
#define IMX8MP_CLK_AUDIOMIX_SAI1_MCLK1_SEL 40
381380
#define IMX8MP_CLK_AUDIOMIX_SAI1_MCLK2_SEL 41
382381
#define IMX8MP_CLK_AUDIOMIX_SAI2_MCLK1_SEL 42

0 commit comments

Comments
 (0)