mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue