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:
parent
88e5d18589
commit
b7f032d3c9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue