MLK-23234-1 arm64: dts: imx8mp: correct cfg clock for mipi_dsi
authorFancy Fang <chen.fang@nxp.com>
Mon, 13 Jan 2020 14:27:09 +0000 (22:27 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:27 +0000 (11:22 +0800)
The 'cfg' clock for mipi dsi is used for register
accesses and the mipi apb clock should be enabled
for this purpose, so correct it in the mipi dsi
device node.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index a28c25b..d5358eb 100644 (file)
                                #size-cells = <0>;
                                compatible = "fsl,imx8mp-mipi-dsim";
                                reg = <0x32e60000 0x10000>;
-                               clocks = <&clk IMX8MP_CLK_DUMMY>,
+                               clocks = <&clk IMX8MP_CLK_MEDIA_APB_ROOT>,
                                         <&clk IMX8MP_CLK_MEDIA_MIPI_PHY1_REF>;
                                clock-names = "cfg", "pll-ref";
                                assigned-clocks = <&clk IMX8MP_CLK_MEDIA_MIPI_PHY1_REF>;