Jon Murphy has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74285 )
Change subject: mb/google/myst: Disable keyboard reset pin ......................................................................
mb/google/myst: Disable keyboard reset pin
The keyboard reset is not being used on this board, so disable the functionality.
BUG=b:277294460 TEST=None
Change-Id: If7fb9ab0c9b1260d342313badb65c55bb9f788c0 Signed-off-by: Jon Murphy jpmurphy@google.com --- M src/mainboard/google/myst/Kconfig 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/74285/1
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index d93267a..8d2edae 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -9,6 +9,7 @@ def_bool y select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 + select DISABLE_KEYBOARD_RESET_PIN select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID select DRIVERS_WIFI_GENERIC