]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:44:59 +0000 (12:44 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:14 +0000 (11:27 +0800)
commit23dd0ea4c7edbde5bc05a1567ba0bf41734ea524
tree016e12e52bf0fe04e1e40c052bb5f5347205de5b
parent88490e197903f6961cf2ee79d0ff8f0727155f27
dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()

This function currently accepts the IRQ-polarity type. Fix it to use the
GPIO type instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/sound/max98357a.c
include/acpi/acpi_dp.h
lib/acpi/acpi_dp.c
test/dm/acpi_dp.c