From cf7a51e57a8a76d2365880b78a352ed371135472 Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Fri, 15 May 2020 19:01:44 +0800 Subject: [PATCH] MLK-23694-3 arm64: dts: imx8mp: skip rate assign for disp1_pix The 'disp1_pix' clock is used to provide pixel clock for LCDIF1 and its rate is closely related with the display mode resolution which is configured. So this clock rate is dynamically determined and unnecessary to be assigned with a default value at boot up. 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 fe36ea9cfee5..acf6c725136b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1106,7 +1106,7 @@ assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>, <&clk IMX8MP_SYS_PLL2_1000M>, <&clk IMX8MP_SYS_PLL1_800M>; - assigned-clock-rates = <594000000>, <500000000>, <200000000>; + assigned-clock-rates = <0>, <500000000>, <200000000>; interrupts = ; blk-ctl = <&mediamix_blk_ctl>; power-domains = <&mediamix_pd>; -- 2.17.1