Re: [PATCH v2 4/4] arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings

2021-01-10 Thread Shawn Guo
On Thu, Dec 17, 2020 at 04:13:15PM +0100, Guido Günther wrote:
> Otherwise the boot hangs early on and the resulting clock tree without
> this already closely matches the selected rates (722534400 and
> 786432000).
> 
>   audio_pll2  000   722534397  0 
> 0  5
>  audio_pll2_bypass000   722534397  0 
> 0  5
> audio_pll2_out000   722534397  0 
> 0  5
>   audio_pll1  110   786431998  0 
> 0  5
>  audio_pll1_bypass110   786431998  0 
> 0  5
> audio_pll1_out110   786431998  0 
> 0  5
>sai2   11024576000  0 
> 0  5
>   sai2_root_clk   11024576000  0  
>0  5
>sai6   00024576000  0 
> 0  5
>   sai6_root_clk   00024576000  0  
>0  5
> 
> Signed-off-by: Guido Günther 

Applied, thanks.


Re: [PATCH v2 4/4] arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings

2020-12-19 Thread Krzysztof Kozlowski
On Thu, Dec 17, 2020 at 04:13:15PM +0100, Guido Günther wrote:
> Otherwise the boot hangs early on and the resulting clock tree without
> this already closely matches the selected rates (722534400 and
> 786432000).
> 
>   audio_pll2  000   722534397  0 
> 0  5
>  audio_pll2_bypass000   722534397  0 
> 0  5
> audio_pll2_out000   722534397  0 
> 0  5
>   audio_pll1  110   786431998  0 
> 0  5
>  audio_pll1_bypass110   786431998  0 
> 0  5
> audio_pll1_out110   786431998  0 
> 0  5
>sai2   11024576000  0 
> 0  5
>   sai2_root_clk   11024576000  0  
>0  5
>sai6   00024576000  0 
> 0  5
>   sai6_root_clk   00024576000  0  
>0  5
> 
> Signed-off-by: Guido Günther 
> ---
>  arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 5 -
>  1 file changed, 5 deletions(-)
> 

Reviewed-by: Krzysztof Kozlowski 

Best regards,
Krzysztof


[PATCH v2 4/4] arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings

2020-12-17 Thread Guido Günther
Otherwise the boot hangs early on and the resulting clock tree without
this already closely matches the selected rates (722534400 and
786432000).

  audio_pll2  000   722534397  0 0  
5
 audio_pll2_bypass000   722534397  0 0  
5
audio_pll2_out000   722534397  0 0  
5
  audio_pll1  110   786431998  0 0  
5
 audio_pll1_bypass110   786431998  0 0  
5
audio_pll1_out110   786431998  0 0  
5
   sai2   11024576000  0 0  
5
  sai2_root_clk   11024576000  0
 0  5
   sai6   00024576000  0 0  
5
  sai6_root_clk   00024576000  0
 0  5

Signed-off-by: Guido Günther 
---
 arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 5 -
 1 file changed, 5 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts 
b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
index 05a43ee6d051..dd217a0760e9 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
@@ -244,11 +244,6 @@ &A53_3 {
cpu-supply = <&buck2_reg>;
 };
 
-&clk {
-   assigned-clocks = <&clk IMX8MQ_AUDIO_PLL1>, <&clk IMX8MQ_AUDIO_PLL2>;
-   assigned-clock-rates = <786432000>, <722534400>;
-};
-
 &dphy {
status = "okay";
 };
-- 
2.29.2