Skip to content

Commit 7c7eaee

Browse files
tq-steinaShawn Guo
authored andcommitted
soc: imx: imx8m-blk-ctrl: fix display clock for LCDIF2 power domain
LCDIF2 has its own display clock, use this one. Fixes: 07614fe ("soc: imx: imx8m-blk-ctrl: Add i.MX8MP media blk-ctrl") Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Paul Elder <[email protected]> Tested-by: Martyn Welch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b426310 commit 7c7eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/imx/imx8m-blk-ctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ static const struct imx8m_blk_ctrl_domain_data imx8mp_media_blk_ctl_domain_data[
667667
},
668668
[IMX8MP_MEDIABLK_PD_LCDIF_2] = {
669669
.name = "mediablk-lcdif-2",
670-
.clk_names = (const char *[]){ "disp1", "apb", "axi", },
670+
.clk_names = (const char *[]){ "disp2", "apb", "axi", },
671671
.num_clks = 3,
672672
.gpc_name = "lcdif2",
673673
.rst_mask = BIT(11) | BIT(12) | BIT(24),

0 commit comments

Comments
 (0)