forked from Minki/linux
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: 085a4ea93d
("clk: meson: g12a: add peripheral clock controller")
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
This commit is contained in:
parent
5f9e832c13
commit
b6297d9e07
@ -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"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user