MLK-16942: dts: Remove disp_apb clock rate setting
authorRobert Chiras <robert.chiras@nxp.com>
Tue, 28 Nov 2017 07:53:44 +0000 (09:53 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:55:46 +0000 (15:55 -0500)
The patch that moved the dcss node from fsl-imx8mq-evk.dts to
fsl-imx8mq.dtsi reverted Sandor's patch 8c9aa9e which removed the APB
clock from assigned-clocks, this way breaking the HDMI CEC
functionality.
This patch re-applies the changes made initially in 8c9aa9e.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi

index 38faad5..41ea451 100644 (file)
                clock-names = "apb", "axi", "rtrm", "pixel", "dtrc";
                assigned-clocks = <&clk IMX8MQ_CLK_DC_PIXEL_SRC>,
                                  <&clk IMX8MQ_CLK_DISP_AXI_SRC>,
-                                 <&clk IMX8MQ_CLK_DISP_APB_SRC>,
                                  <&clk IMX8MQ_CLK_DISP_RTRM_SRC>,
                                  <&clk IMX8MQ_CLK_DISP_RTRM_PRE_DIV>;
                assigned-clock-parents = <&clk IMX8MQ_VIDEO_PLL1_OUT>,
                                         <&clk IMX8MQ_SYS1_PLL_800M>,
-                                        <&clk IMX8MQ_SYS2_PLL_125M>,
                                         <&clk IMX8MQ_SYS1_PLL_800M>;
                assigned-clock-rates = <594000000>,
                                       <800000000>,
-                                      <125000000>,
                                       <400000000>,
                                       <400000000>;
                status = "disabled";