public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h
@ 2021-11-09 12:56 Hui Wang
  2021-11-09 12:56 ` [PATCH 2/2] clk: imx8mp: Fix the parent clk of the audio_root_clk Hui Wang
  2021-11-22 14:55 ` [PATCH 1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h Abel Vesa
  0 siblings, 2 replies; 5+ messages in thread
From: Hui Wang @ 2021-11-09 12:56 UTC (permalink / raw)
  To: linux-clk, linux-imx, abel.vesa; +Cc: shawnguo, Anson.Huang, ping.bai, hui.wang

Since the commit b24e288d5063 ("clk: imx: Remove the audio ipg clock
from imx8mp") removes the non-existing IPG_AUDIO_ROOT from the
clk-imx8mp.c, and this definition is not used by anywhere, let us
removed it in the imx8mp-clock.h as well.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 include/dt-bindings/clock/imx8mp-clock.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dt-bindings/clock/imx8mp-clock.h b/include/dt-bindings/clock/imx8mp-clock.h
index 43927a1b9e94..235c7a00d379 100644
--- a/include/dt-bindings/clock/imx8mp-clock.h
+++ b/include/dt-bindings/clock/imx8mp-clock.h
@@ -117,7 +117,6 @@
 #define IMX8MP_CLK_AUDIO_AHB			108
 #define IMX8MP_CLK_MIPI_DSI_ESC_RX		109
 #define IMX8MP_CLK_IPG_ROOT			110
-#define IMX8MP_CLK_IPG_AUDIO_ROOT		111
 #define IMX8MP_CLK_DRAM_ALT			112
 #define IMX8MP_CLK_DRAM_APB			113
 #define IMX8MP_CLK_VPU_G1			114
-- 
2.25.1


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

end of thread, other threads:[~2021-11-23  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-09 12:56 [PATCH 1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h Hui Wang
2021-11-09 12:56 ` [PATCH 2/2] clk: imx8mp: Fix the parent clk of the audio_root_clk Hui Wang
2021-11-22 15:04   ` Abel Vesa
2021-11-23  5:51     ` Hui Wang
2021-11-22 14:55 ` [PATCH 1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h Abel Vesa

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