diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/picasso/fch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index 58a5ce9165..0798e20c04 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -86,7 +86,7 @@ const struct irq_idx_name *sb_get_apic_reg_association(size_t *size) return irq_association; } -static void sb_clk_output_48Mhz(void) +static void fch_clk_output_48Mhz(void) { u32 ctrl; const struct soc_amd_picasso_config *cfg = config_of_soc(); @@ -231,7 +231,7 @@ void fch_init(void *chip_info) gpp_clk_setup(); - sb_clk_output_48Mhz(); + fch_clk_output_48Mhz(); sb_rfmux_config_override(); } |