summaryrefslogtreecommitdiff
path: root/board/hatch_fp/flash_fp_mcu
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch_fp/flash_fp_mcu')
-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