MLK-23694-4 arm64: dts: imx8mp: assign 27MHz to mipi_phy1_ref
authorFancy Fang <chen.fang@nxp.com>
Fri, 15 May 2020 11:08:18 +0000 (19:08 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:41 +0000 (11:22 +0800)
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 <chen.fang@nxp.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index acf6c72..c117f1a 100644 (file)
                                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 = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
                                power-domains = <&mipi_phy1_pd>;
                                status = "disabled";