Skip to content

Commit

Permalink
clk: meson-g12a: fix VPU clock parents
Browse files Browse the repository at this point in the history
First two VPU clock parents are wrong, fix it here.

Fixes: 085a4ea ("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
  • Loading branch information
Neil Armstrong committed Mar 19, 2019
1 parent f53b9f1 commit 9e05e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/meson/g12a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 9e05e49

Please sign in to comment.