[coreboot-gerrit] New patch to review for coreboot: mainboard/google/pyro: Configure SDCARD card detect pin

Venkateswarlu V Vinjamuri (venkateswarlu.v.vinjamuri@intel.com) gerrit at coreboot.org
Wed Mar 8 00:16:12 CET 2017


Venkateswarlu V Vinjamuri (venkateswarlu.v.vinjamuri at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18637

-gerrit

commit c9f0595fcda70f4ab2a6a28444a5f9a6faf40f10
Author: Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri at intel.com>
Date:   Tue Mar 7 15:06:17 2017 -0800

    mainboard/google/pyro: Configure SDCARD card detect pin
    
    Assign the sdcard card detect pin in devicetree.
    
    CQ-DEPEND=448173
    BUG=chrome-os-partner:63070
    TEST=None
    
    Change-Id: I27d807e5b6d863a6efd75aae7fa60435154af934
    Signed-off-by: Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri at intel.com>
---
 src/mainboard/google/reef/variants/pyro/devicetree.cb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mainboard/google/reef/variants/pyro/devicetree.cb b/src/mainboard/google/reef/variants/pyro/devicetree.cb
index 808ed2c..5bfe2c2 100644
--- a/src/mainboard/google/reef/variants/pyro/devicetree.cb
+++ b/src/mainboard/google/reef/variants/pyro/devicetree.cb
@@ -17,6 +17,9 @@ chip soc/intel/apollolake
 	# If the Board does not have PERST_0, assign GPIO_PRT0_UDEF
 	register "prt0_gpio" = "GPIO_122"
 
+	# GPIO for SD card detect
+	register "sdcard_cd_gpio" = "GPIO_177"
+
 	# EMMC TX DATA Delay 1
 	# Refer to EDS-Vol2-22.3.
 	# [14:8] steps of delay for HS400, each 125ps.



More information about the coreboot-gerrit mailing list