]> git.baikalelectronics.ru Git - uboot.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)
commitd3177bd51e6e4ea51d3179d4b47d341e86ae3d29
tree016e12e52bf0fe04e1e40c052bb5f5347205de5b
parentec7f4f4a05189570ff4abe84a7146ff42578d09d
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