From faaafb4db121f4413718a7fa1fd771530097e662 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 28 Jan 2021 23:19:40 +0100 Subject: soc/amd/picasso/fch: replace southbridge prefix with fch Also move the fch_* functions in the header file in the order they get called. Signed-off-by: Felix Held Change-Id: I9b6c6ad744b26f8488015c38a84d7e21c7d7687a Reviewed-on: https://review.coreboot.org/c/coreboot/+/50093 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/fch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/picasso/fch.c') diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index 4db7a8c615..3adcf1479c 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -219,7 +219,7 @@ static void gpp_clk_setup(void) misc_write32(GPP_CLK_CNTRL, gpp_clk_ctl); } -void southbridge_init(void *chip_info) +void fch_init(void *chip_info) { i2c_soc_init(); sb_init_acpi_ports(); @@ -238,7 +238,7 @@ void southbridge_init(void *chip_info) sb_rfmux_config_override(); } -void southbridge_final(void *chip_info) +void fch_final(void *chip_info) { uint8_t restored_power = PM_S5_AT_POWER_RECOVERY; -- cgit v1.2.3