Eric Lai has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76118?usp=email )
Change subject: mb/google/hades: Update SD controller from GL9750 to GL9755 ......................................................................
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 eric_lai@quanta.corp-partner.google.com Change-Id: Ia5b3b17d76f02d5114af24535f9a1eecc14358a3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76118 Reviewed-by: Ivy Jian ivy.jian@quanta.corp-partner.google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Ivy Jian: Looks good to me, approved
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index ceac90e..1508555 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -360,7 +360,7 @@ 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