From b7f032d3c911666089a0fc551818a95d07556bf9 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 13 Feb 2023 10:24:53 -0600 Subject: [PATCH] drivers/i2c/nau8825: Fix typo: deboune -> debounce Allows Windows/Linux driver to use the proper jack eject debounce time. Credit to coolstar for identifying the issue. Change-Id: I32b94b9285f7c85ff1d67b3d78c845835bbf90d7 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/73001 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Eric Lai --- src/drivers/i2c/nau8825/nau8825.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/i2c/nau8825/nau8825.c b/src/drivers/i2c/nau8825/nau8825.c index 76fd8715fb..060df7c775 100644 --- a/src/drivers/i2c/nau8825/nau8825.c +++ b/src/drivers/i2c/nau8825/nau8825.c @@ -67,7 +67,7 @@ static void nau8825_fill_ssdt(const struct device *dev) NAU8825_DP_INT("sar-sampling-time", config->sar_sampling_time); NAU8825_DP_INT("short-key-debounce", config->short_key_debounce); NAU8825_DP_INT("jack-insert-debounce", config->jack_insert_debounce); - NAU8825_DP_INT("jack-eject-deboune", config->jack_eject_debounce); + NAU8825_DP_INT("jack-eject-debounce", config->jack_eject_debounce); NAU8825_DP_INT("sar-threshold-num", config->sar_threshold_num); NAU8825_DP_INT("adcout-drive-strong", config->adcout_ds ? 1 : 0); acpi_dp_add_integer_array(dp, "nuvoton,sar-threshold",