clk: meson-g12a: fix VPU clock parents
First two VPU clock parents are wrong, fix it here.
Fixes: 085a4ea93d
("clk: meson: g12a: add peripheral clock controller")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lkml.kernel.org/r/20190313135503.3198-1-narmstrong@baylibre.com
This commit is contained in:
parent
f53b9f146f
commit
9e05e49c29
|
@ -960,7 +960,7 @@ static struct clk_regmap g12a_sd_emmc_c_clk0 = {
|
|||
/* VPU Clock */
|
||||
|
||||
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",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue