Commit b6297d9e authored by Alexandre Mergnat's avatar Alexandre Mergnat Committed by Jerome Brunet

clk: meson: g12a: fix hifi typo in mali parent_names

Replace hihi by hifi in the mali parent_names of the g12a SoC family.

Fixes: 085a4ea9 ("clk: meson: g12a: add peripheral clock controller")
Signed-off-by: default avatarAlexandre Mergnat <amergnat@baylibre.com>
Acked-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
parent 5f9e832c
......@@ -2888,7 +2888,7 @@ static struct clk_regmap g12a_hdmi = {
*/
static const char * const g12a_mali_0_1_parent_names[] = {
IN_PREFIX "xtal", "gp0_pll", "hihi_pll", "fclk_div2p5",
IN_PREFIX "xtal", "gp0_pll", "hifi_pll", "fclk_div2p5",
"fclk_div3", "fclk_div4", "fclk_div5", "fclk_div7"
};
......
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