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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73001
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
Matt DeVillier 2023-02-13 10:24:53 -06:00 committed by Elyes Haouas
parent 88e5d18589
commit b7f032d3c9
1 changed files with 1 additions and 1 deletions

View File

@ -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("sar-sampling-time", config->sar_sampling_time);
NAU8825_DP_INT("short-key-debounce", config->short_key_debounce); NAU8825_DP_INT("short-key-debounce", config->short_key_debounce);
NAU8825_DP_INT("jack-insert-debounce", config->jack_insert_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("sar-threshold-num", config->sar_threshold_num);
NAU8825_DP_INT("adcout-drive-strong", config->adcout_ds ? 1 : 0); NAU8825_DP_INT("adcout-drive-strong", config->adcout_ds ? 1 : 0);
acpi_dp_add_integer_array(dp, "nuvoton,sar-threshold", acpi_dp_add_integer_array(dp, "nuvoton,sar-threshold",