MLK-20718-4: arm64: dts: imx8qm: Use DSI PHY_REF clk
authorRobert Chiras <robert.chiras@nxp.com>
Fri, 1 Mar 2019 08:39:19 +0000 (10:39 +0200)
committerRobert Chiras <robert.chiras@nxp.com>
Thu, 18 Apr 2019 10:55:48 +0000 (13:55 +0300)
Until now, the DSI PHY_REF clock was by default ON in SCFW, which made
this clock unusable in kernel, therefore, this clock was set as
CLK_DUMMY in DSI device nodes.
Sinnce this clock was set to OFF in SCFW, now it can be used from
kernel, so add it to device nodes so that the driver can use it
properly.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi

index 58038ab..d86fc52 100644 (file)
                clocks =
                        <&clk IMX8QM_MIPI0_PXL_CLK>,
                        <&clk IMX8QM_MIPI0_BYPASS_CLK>,
-                       <&clk IMX8QM_CLK_DUMMY>;
+                       <&clk IMX8QM_MIPI0_DSI_PHY_CLK>;
                clock-names = "pixel", "bypass", "phy_ref";
                power-domains = <&pd_mipi0>;
                csr = <&mipi_dsi_csr1>;
                clocks =
                        <&clk IMX8QM_MIPI1_PXL_CLK>,
                        <&clk IMX8QM_MIPI1_BYPASS_CLK>,
-                       <&clk IMX8QM_CLK_DUMMY>;
+                       <&clk IMX8QM_MIPI1_DSI_PHY_CLK>;
                clock-names = "pixel", "bypass", "phy_ref";
                power-domains = <&pd_mipi1>;
                csr = <&mipi_dsi_csr2>;