* [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL
@ 2018-06-06 9:29 Philipp Puschmann
2018-06-06 13:07 ` Fabio Estevam
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Puschmann @ 2018-06-06 9:29 UTC (permalink / raw)
To: shawnguo
Cc: s.hauer, kernel, pp, linux-kernel, fabio.estevam, mturquette,
sboyd, linux-arm-kernel, linux-clk
q/dl datasheets list the 5th selection value for ck01_sel as
video_27M_clk_root.
By replacing the dummy value we then can set IMX6QDL_CLK_VIDEO_27M
as parent for IMX6QDL_CLK_CKO1_SEL.
Signed-off-by: Philipp Puschmann <pp@emlix.com>
---
drivers/clk/imx/clk-imx6q.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/imx/clk-imx6q.c b/drivers/clk/imx/clk-imx6q.c
index 8d518ad5dc13..7e6a8f079634 100644
--- a/drivers/clk/imx/clk-imx6q.c
+++ b/drivers/clk/imx/clk-imx6q.c
@@ -65,7 +65,7 @@ static const char *ipg_per_sels[] = { "ipg", "osc", };
static const char *ecspi_sels[] = { "pll3_60m", "osc", };
static const char *can_sels[] = { "pll3_60m", "osc", "pll3_80m", };
static const char *cko1_sels[] = { "pll3_usb_otg", "pll2_bus", "pll1_sys", "pll5_video_div",
- "dummy", "axi", "enfc", "ipu1_di0", "ipu1_di1", "ipu2_di0",
+ "video_27m", "axi", "enfc", "ipu1_di0", "ipu1_di1", "ipu2_di0",
"ipu2_di1", "ahb", "ipg", "ipg_per", "ckil", "pll4_audio_div", };
static const char *cko2_sels[] = {
"mmdc_ch0_axi", "mmdc_ch1_axi", "usdhc4", "usdhc1",
--
2.17.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL
2018-06-06 9:29 [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL Philipp Puschmann
@ 2018-06-06 13:07 ` Fabio Estevam
2018-06-08 10:21 ` Philipp Puschmann
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2018-06-06 13:07 UTC (permalink / raw)
To: Philipp Puschmann
Cc: Shawn Guo, Sascha Hauer, Sascha Hauer, linux-kernel,
Fabio Estevam, Michael Turquette, Stephen Boyd,
moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
linux-clk
On Wed, Jun 6, 2018 at 6:29 AM, Philipp Puschmann <pp@emlix.com> wrote:
> q/dl datasheets list the 5th selection value for ck01_sel as
> video_27M_clk_root.
>
> By replacing the dummy value we then can set IMX6QDL_CLK_VIDEO_27M
> as parent for IMX6QDL_CLK_CKO1_SEL.
>
> Signed-off-by: Philipp Puschmann <pp@emlix.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL
2018-06-06 13:07 ` Fabio Estevam
@ 2018-06-08 10:21 ` Philipp Puschmann
0 siblings, 0 replies; 3+ messages in thread
From: Philipp Puschmann @ 2018-06-08 10:21 UTC (permalink / raw)
To: Fabio Estevam
Cc: Stephen Boyd, Michael Turquette, linux-kernel, linux-clk,
Sascha Hauer, Fabio Estevam, Shawn Guo, Sascha Hauer,
moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
I screwed up the title: IMX6SX_CLK_CKO1_SEL instead of IMX6QDL_CLK_CKO1_SEL
I have resent the patch with correct title. Sorry for the inconvenience.
Am 06.06.2018 um 15:07 schrieb Fabio Estevam:
> On Wed, Jun 6, 2018 at 6:29 AM, Philipp Puschmann <pp@emlix.com> wrote:
>> q/dl datasheets list the 5th selection value for ck01_sel as
>> video_27M_clk_root.
>>
>> By replacing the dummy value we then can set IMX6QDL_CLK_VIDEO_27M
>> as parent for IMX6QDL_CLK_CKO1_SEL.
>>
>> Signed-off-by: Philipp Puschmann <pp@emlix.com>
>
> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-08 10:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06 9:29 [PATCH] clk: imx6: fix video_27m parent for IMX6SX_CLK_CKO1_SEL Philipp Puschmann
2018-06-06 13:07 ` Fabio Estevam
2018-06-08 10:21 ` Philipp Puschmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox