diff mbox series

[v2,1/2] arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp

Message ID 20210420055453.1235297-1-ping.bai@nxp.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [v2,1/2] arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp | expand

Commit Message

Jacky Bai April 20, 2021, 5:54 a.m. UTC
On i.MX8MP, there is no audio ipg clock, so remove the wrong reference
to this clock in dts file.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
---
- changes v2:
  no 
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Abel Vesa April 20, 2021, 7:13 a.m. UTC | #1
On 21-04-20 13:54:52, Jacky Bai wrote:
> On i.MX8MP, there is no audio ipg clock, so remove the wrong reference
> to this clock in dts file.
> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>

For both patches:

Reviewed-by: Abel Vesa <abel.vesa@nxp.com>

> ---
> - changes v2:
>   no 
> ---
>  arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> index c2d51a46cb3c..0283c22c2bd3 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> @@ -407,7 +407,6 @@ clk: clock-controller@30380000 {
>  						  <&clk IMX8MP_CLK_GIC>,
>  						  <&clk IMX8MP_CLK_AUDIO_AHB>,
>  						  <&clk IMX8MP_CLK_AUDIO_AXI_SRC>,
> -						  <&clk IMX8MP_CLK_IPG_AUDIO_ROOT>,
>  						  <&clk IMX8MP_AUDIO_PLL1>,
>  						  <&clk IMX8MP_AUDIO_PLL2>;
>  				assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>,
> @@ -423,7 +422,6 @@ clk: clock-controller@30380000 {
>  						       <500000000>,
>  						       <400000000>,
>  						       <800000000>,
> -						       <400000000>,
>  						       <393216000>,
>  						       <361267200>;
>  			};
> -- 
> 2.26.2
>
Shawn Guo May 13, 2021, 7:21 a.m. UTC | #2
On Tue, Apr 20, 2021 at 01:54:52PM +0800, Jacky Bai wrote:
> On i.MX8MP, there is no audio ipg clock, so remove the wrong reference
> to this clock in dts file.
> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>

Applied this one, thanks.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index c2d51a46cb3c..0283c22c2bd3 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -407,7 +407,6 @@  clk: clock-controller@30380000 {
 						  <&clk IMX8MP_CLK_GIC>,
 						  <&clk IMX8MP_CLK_AUDIO_AHB>,
 						  <&clk IMX8MP_CLK_AUDIO_AXI_SRC>,
-						  <&clk IMX8MP_CLK_IPG_AUDIO_ROOT>,
 						  <&clk IMX8MP_AUDIO_PLL1>,
 						  <&clk IMX8MP_AUDIO_PLL2>;
 				assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>,
@@ -423,7 +422,6 @@  clk: clock-controller@30380000 {
 						       <500000000>,
 						       <400000000>,
 						       <800000000>,
-						       <400000000>,
 						       <393216000>,
 						       <361267200>;
 			};