summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/fch.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-28 23:19:40 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-29 22:56:37 +0000
commitfaaafb4db121f4413718a7fa1fd771530097e662 (patch)
treec32a93044d18638b6092c8811938279908644c90 /src/soc/amd/picasso/fch.c
parent86c24a24528d8e7042a894d17f7e0532bcb32e14 (diff)
downloadcoreboot-faaafb4db121f4413718a7fa1fd771530097e662.tar.gz
coreboot-faaafb4db121f4413718a7fa1fd771530097e662.tar.bz2
coreboot-faaafb4db121f4413718a7fa1fd771530097e662.zip
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 <felix-coreboot@felixheld.de> Change-Id: I9b6c6ad744b26f8488015c38a84d7e21c7d7687a Reviewed-on: https://review.coreboot.org/c/coreboot/+/50093 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/fch.c')
-rw-r--r--src/soc/amd/picasso/fch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c
index 4db7a8c615bf..3adcf1479c7a 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;