summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-04-12 17:08:16 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2019-04-16 06:20:45 +0000
commit1e42d6bdc2925c92702aea4e674d323973965659 (patch)
tree0e0588ece0de5cbabafd09a9d69e16e297f18e2d
parent73baa2020960d92c96175b77fb33b9e8164e3dff (diff)
downloadchrome-ec-stabilize-12061.B.tar.gz
hatch_fp: update SPIIDstabilize-12061.B
BRANCH=none BUG=none TEST=none Change-Id: I8cf3255147cad0de4ee2461813c4ad6a1dff6f48 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1568894 Reviewed-by: Philip Chen <philipchen@chromium.org> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org>
-rw-r--r--board/hatch_fp/flash_fp_mcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hatch_fp/flash_fp_mcu b/board/hatch_fp/flash_fp_mcu
index 7b014961bf..3e6b89fdc4 100644
--- a/board/hatch_fp/flash_fp_mcu
+++ b/board/hatch_fp/flash_fp_mcu
@@ -13,7 +13,7 @@ if [[ -e "/sys/class/gpio/${KBL_GPIOCHIP}" ]]; then
echo "NOTE: For use with updating FP MCU on HATCH boards only"
readonly SPIDEV="/dev/spidev1.1"
# GSPI1 ACPI device for FP MCU
- readonly SPIID="spi-PRP0001:01"
+ readonly SPIID="spi-PRP0001:02"
# FPMCU RST_ODL is on GPP_A12 = 200 + 12 = 212
readonly GPIO_NRST=212
# FPMCU BOOT0 is on GPP_A22 = 200 + 22 = 222