summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch b/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch
index 9aee6f0c0..7a4b090ec 100644
--- a/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch
+++ b/meta-openbmc-mods/meta-common/recipes-kernel/linux/linux-aspeed/0041-Enable-passthrough-based-gpio-character-device.patch
@@ -198,10 +198,10 @@ index d1adfdf50fb3..4f9fdd25c6d7 100644
+ val = !!val;
+ if (test_bit(FLAG_PASS_THROUGH, &desc->flags)) {
+ if (val)
-+ gpio_set_drive_single_ended(gc, gpio_chip_hwgpio(desc),
++ gpio_set_config(gc, gpio_chip_hwgpio(desc),
+ PIN_CONFIG_PASS_THROUGH_ENABLE);
+ else
-+ gpio_set_drive_single_ended(gc, gpio_chip_hwgpio(desc),
++ gpio_set_config(gc, gpio_chip_hwgpio(desc),
+ PIN_CONFIG_PASS_THROUGH_DISABLE);
+ } else {
+ gpiod_err(desc,