summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2021-07-21 15:01:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-07-23 13:18:43 +0000
commit8c4c572bc66ed3c769d15cd1b928339ade43d270 (patch)
tree3c4ca9d8ced307e45b6be8d87b97742e24180ee0 /src/mainboard
parente8fc8f31b4decd0ac70f82f5c3f90a244ee51964 (diff)
downloadcoreboot-8c4c572bc66ed3c769d15cd1b928339ade43d270.tar.gz
coreboot-8c4c572bc66ed3c769d15cd1b928339ade43d270.tar.bz2
coreboot-8c4c572bc66ed3c769d15cd1b928339ade43d270.zip
mb/siemens/mc_ehl1: Remove SD-Card card detect GPIO in devicetree
Since there is no SD card interface on this mainboard do not set the card detect GPIO. Change-Id: Ibe6799c5c540538f97d1726ec16e79f3edbb16fd Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56489 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb
index be67a6ad29ff..950f5016f309 100644
--- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb
+++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb
@@ -113,9 +113,6 @@ chip soc/intel/elkhartlake
register "PchTsnGbeLinkSpeed" = "Tsn_2_5_Gbps"
register "PchTsnGbeSgmiiEnable" = "1"
- # GPIO for SD card detect
- register "sdcard_cd_gpio" = "GPP_G5"
-
register "common_soc_config" = "{
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
}"