Commit 9e05e49c authored by Neil Armstrong's avatar Neil Armstrong

clk: meson-g12a: fix VPU clock parents

First two VPU clock parents are wrong, fix it here.

Fixes: 085a4ea9 ("clk: meson: g12a: add peripheral clock controller")
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Acked-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Link: https://lkml.kernel.org/r/20190313135503.3198-1-narmstrong@baylibre.com
parent f53b9f14
...@@ -960,7 +960,7 @@ static struct clk_regmap g12a_sd_emmc_c_clk0 = { ...@@ -960,7 +960,7 @@ static struct clk_regmap g12a_sd_emmc_c_clk0 = {
/* VPU Clock */ /* VPU Clock */
static const char * const g12a_vpu_parent_names[] = { static const char * const g12a_vpu_parent_names[] = {
"fclk_div4", "fclk_div3", "fclk_div5", "fclk_div7", "fclk_div3", "fclk_div4", "fclk_div5", "fclk_div7",
"mpll1", "vid_pll", "hifi_pll", "gp0_pll", "mpll1", "vid_pll", "hifi_pll", "gp0_pll",
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment