From ef9445c379d9650967d18f7a500c144739ebe717 Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Fri, 15 May 2020 19:08:18 +0800 Subject: [PATCH] MLK-23694-4 arm64: dts: imx8mp: assign 27MHz to mipi_phy1_ref Since the 'mipi_phy1_ref' clock rate is usually set to be 27MHz and won't be changed after boot up. So assign 27MHz rate instead of 594MHz to this clock is much more reasonable. Signed-off-by: Fancy Fang Reviewed-by: Liu Ying --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index acf6c725136b..c117f1ad099c 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1079,7 +1079,7 @@ clock-names = "cfg", "pll-ref"; assigned-clocks = <&clk IMX8MP_CLK_MEDIA_MIPI_PHY1_REF>; assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>; - assigned-clock-rates = <594000000>; + assigned-clock-rates = <27000000>; interrupts = ; power-domains = <&mipi_phy1_pd>; status = "disabled"; -- 2.17.1