From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 4/4] clk: imx: clk-imxrt1050: fix lcdif clock gate
Date: Mon, 27 Apr 2020 17:53:06 +0200 [thread overview]
Message-ID: <20200427155306.105284-5-giulio.benetti@benettiengineering.com> (raw)
In-Reply-To: <20200427155306.105284-1-giulio.benetti@benettiengineering.com>
LCDIF clock gate was wrong so set it according to RM.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
drivers/clk/imx/clk-imxrt1050.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/imx/clk-imxrt1050.c b/drivers/clk/imx/clk-imxrt1050.c
index 329f4580c5..8279e784fe 100644
--- a/drivers/clk/imx/clk-imxrt1050.c
+++ b/drivers/clk/imx/clk-imxrt1050.c
@@ -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;
--
2.20.1
next prev parent reply other threads:[~2020-04-27 15:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-27 15:53 [PATCH v3 0/4] Various i.MXRT bug/typo fixes Giulio Benetti
2020-04-27 15:53 ` [PATCH v3 1/4] imxrt1050-evk: README: change dd command destination Giulio Benetti
2020-05-02 9:08 ` sbabic at denx.de
2020-04-27 15:53 ` [PATCH v3 2/4] imxrt1020-evk: " Giulio Benetti
2020-05-02 9:08 ` sbabic at denx.de
2020-04-27 15:53 ` [PATCH v3 3/4] video: mxsfb: add clk_enable() Giulio Benetti
2020-04-27 15:56 ` Giulio Benetti
2020-05-02 9:08 ` sbabic at denx.de
2020-04-27 15:53 ` Giulio Benetti [this message]
2020-04-27 15:56 ` [PATCH v3 4/4] clk: imx: clk-imxrt1050: fix lcdif clock gate Giulio Benetti
2020-05-02 9:08 ` sbabic at denx.de
2020-04-27 15:57 ` [PATCH v3 0/4] Various i.MXRT bug/typo fixes Fabio Estevam
2020-04-27 15:57 ` Giulio Benetti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200427155306.105284-5-giulio.benetti@benettiengineering.com \
--to=giulio.benetti@benettiengineering.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox