diff mbox series

[1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h

Message ID 20211109125657.63485-1-hui.wang@canonical.com (mailing list archive)
State Awaiting Upstream, archived
Headers show
Series [1/2] clk: imx8mp: Remove IPG_AUDIO_ROOT from imx8mp-clock.h | expand

Commit Message

Hui Wang Nov. 9, 2021, 12:56 p.m. UTC
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(-)

Comments

Abel Vesa Nov. 22, 2021, 2:55 p.m. UTC | #1
On 21-11-09 20:56:56, Hui Wang wrote:
> 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>

Reviewed-by: Abel Vesa <abel.vesa@nxp.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

Seems this hasn't been used since 5.14, so I guess we're safe.

>  #define IMX8MP_CLK_DRAM_ALT			112
>  #define IMX8MP_CLK_DRAM_APB			113
>  #define IMX8MP_CLK_VPU_G1			114
> -- 
> 2.25.1
>
diff mbox series

Patch

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