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>
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>;