mb/siemens/mc_ehl2: Configure SD card detect pin in devicetree
This configures GPIO GPP_G5 as an input pin for SD card detect. Change-Id: I708eb112fa054f2f88857001c409fb62493b6206 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58855 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
8aac54d43a
commit
5c65ec1ee5
|
@ -92,6 +92,9 @@ chip soc/intel/elkhartlake
|
||||||
register "ScsEmmcDdr50Enabled" = "1"
|
register "ScsEmmcDdr50Enabled" = "1"
|
||||||
register "SdCardPowerEnableActiveHigh" = "1"
|
register "SdCardPowerEnableActiveHigh" = "1"
|
||||||
|
|
||||||
|
# GPIO for SD card detect
|
||||||
|
register "sdcard_cd_gpio" = "GPP_G5"
|
||||||
|
|
||||||
# LPSS Serial IO (I2C/UART/GSPI) related UPDs
|
# LPSS Serial IO (I2C/UART/GSPI) related UPDs
|
||||||
register "SerialIoI2cMode" = "{
|
register "SerialIoI2cMode" = "{
|
||||||
[PchSerialIoIndexI2C0] = PchSerialIoPci,
|
[PchSerialIoIndexI2C0] = PchSerialIoPci,
|
||||||
|
|
Loading…
Reference in New Issue