summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-03-08 12:11:34 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-03-08 12:55:29 +0100
commitf12dba4aabfab3e146caf390d7680fad53e5676c (patch)
treeeec45b19f1f5a98719707f47b2f162f62563264e /drivers/clk
parent4c2dbf170f9bb23b27ec4da9222967a0b28ae358 (diff)
downloadbarebox-f12dba4aabfab3e146caf390d7680fad53e5676c.tar.gz
barebox-f12dba4aabfab3e146caf390d7680fad53e5676c.tar.xz
clk: imx6: fix cko1_sels
cko1 outputs pll5_video_div, not pll5_video. Also it outputs pll4_audio_div, not pll4_audio. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/imx/clk-imx6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/imx/clk-imx6.c b/drivers/clk/imx/clk-imx6.c
index 56ae09fc7b..4f843b8ba7 100644
--- a/drivers/clk/imx/clk-imx6.c
+++ b/drivers/clk/imx/clk-imx6.c
@@ -166,7 +166,7 @@ static const char *cko1_sels[] = {
"pll3_usb_otg",
"pll2_bus",
"pll1_sys",
- "pll5_video",
+ "pll5_video_div",
"video_27m",
"axi",
"enfc",
@@ -178,7 +178,7 @@ static const char *cko1_sels[] = {
"ipg",
"ipg_per",
"ckil",
- "pll4_audio",
+ "pll4_audio_div",
};
static const char *cko2_sels[] = {