clk: imx: clk-imxrt1050: fix lcdif clock gate
LCDIF clock gate was wrong so set it according to RM. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
72fef43d4d
commit
ea0f768e2c
@ -255,7 +255,7 @@ static int imxrt1050_clk_probe(struct udevice *dev)
|
||||
clk_dm(IMXRT1050_CLK_SEMC,
|
||||
imx_clk_gate2("semc", "semc_podf", base + 0x74, 4));
|
||||
clk_dm(IMXRT1050_CLK_LCDIF,
|
||||
imx_clk_gate2("lcdif", "lcdif_podf", base + 0x70, 28));
|
||||
imx_clk_gate2("lcdif", "lcdif_podf", base + 0x74, 10));
|
||||
|
||||
struct clk *clk, *clk1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user