diff options
author | Furquan Shaikh <furquan@chromium.org> | 2017-04-03 21:52:39 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-04-05 17:59:26 +0200 |
commit | 66386d24974e158e7be0c7fed50da654275474e3 (patch) | |
tree | 392c943bd6fb9524074611aaf84d7598daee77cb /src/mainboard/google/poppy/devicetree.cb | |
parent | c5f10f9d857215319c015af3673fadfe1ff3de34 (diff) | |
download | coreboot-66386d24974e158e7be0c7fed50da654275474e3.tar.xz |
mainboard/google/poppy: Change SD card detect to GPP_E15
SD card detect pin is moved to GPP_E15 in the next build. Update
device tree and gpio config accordingly.
BUG=b:36012095
Change-Id: Ic0ff72cdcb0f1ca27abc7eb8da9ccd8a21b28522
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/19107
Tested-by: build bot (Jenkins)
Reviewed-by: Naresh Solanki <naresh.solanki@intel.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/poppy/devicetree.cb')
-rw-r--r-- | src/mainboard/google/poppy/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/devicetree.cb b/src/mainboard/google/poppy/devicetree.cb index 7bf28d0b31..fcf106683e 100644 --- a/src/mainboard/google/poppy/devicetree.cb +++ b/src/mainboard/google/poppy/devicetree.cb @@ -177,7 +177,7 @@ chip soc/intel/skylake register "tcc_offset" = "10" # TCC of 90C # Use default SD card detect GPIO configuration - register "sdcard_cd_gpio_default" = "GPP_A7" + register "sdcard_cd_gpio_default" = "GPP_E15" device cpu_cluster 0 on device lapic 0 on end |