mb/google/rex/var/screebo: Add fw_config probe for GL9750 and RTS5227S
Add support for SD card reader GL9750 and RTS5227S BUG=b:284273384 TEST=emerge-rex coreboot Change-Id: I98aa0d3e52c355f6c1528c912a6fa0f32652dda8 Signed-off-by: Kun Liu <liukun11@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76912 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Rui Zhou <zhourui@huaqin.corp-partner.google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
74d7192f22
commit
386ef64fb2
|
@ -59,6 +59,7 @@ config BOARD_GOOGLE_MODEL_SCREEBO
|
|||
def_bool n
|
||||
select BOARD_GOOGLE_BASEBOARD_REX
|
||||
select DRIVERS_GENERIC_ALC1015
|
||||
select DRIVERS_GENESYSLOGIC_GL9750
|
||||
|
||||
config BOARD_GOOGLE_BASEBOARD_OVIS
|
||||
def_bool n
|
||||
|
|
|
@ -18,6 +18,11 @@ fw_config
|
|||
option TOUCHSCREEN_ILITEK 1
|
||||
option TOUCHSCREEN_ELAN 2
|
||||
end
|
||||
field DB_SD 11 12
|
||||
option SD_ABSENT 0
|
||||
option SD_GL9750 1
|
||||
option SD_RTS5227S 2
|
||||
end
|
||||
end
|
||||
|
||||
chip soc/intel/meteorlake
|
||||
|
@ -251,7 +256,10 @@ chip soc/intel/meteorlake
|
|||
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_D03)"
|
||||
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_D02)"
|
||||
register "srcclk_pin" = "7"
|
||||
device generic 0 on end
|
||||
device generic 0 on
|
||||
probe DB_SD SD_GL9750
|
||||
probe DB_SD SD_RTS5227S
|
||||
end
|
||||
end
|
||||
end
|
||||
device ref tbt_pcie_rp0 on end
|
||||
|
|
Loading…
Reference in New Issue