From fceaaccbe2ed390cee0497ce5777793188de2c4f Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Tue, 27 Jun 2023 08:57:57 +0800 Subject: mb/google/hades: Update SD controller from GL9750 to GL9755 Hades uses GL9755 not GL9750. Select the right driver for ASPM. BUG=b:283721798 TEST=check the coreboot log. GL9755: configure ASPM and LTR Signed-off-by: Eric Lai Change-Id: Ia5b3b17d76f02d5114af24535f9a1eecc14358a3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76118 Reviewed-by: Ivy Jian Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/Kconfig.name | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index ceac90e13b..1508555e79 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -360,7 +360,7 @@ config BOARD_GOOGLE_AURASH config BOARD_GOOGLE_HADES bool "-> Hades" select BOARD_GOOGLE_BASEBOARD_HADES - select DRIVERS_GENESYSLOGIC_GL9750 + select DRIVERS_GENESYSLOGIC_GL9755 select RT8168_GEN_ACPI_POWER_RESOURCE select RT8168_GET_MAC_FROM_VPD select RT8168_SET_LED_MODE -- cgit v1.2.3