From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- u-boot/drivers/gpio/gpio-uclass.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/u-boot/drivers/gpio/gpio-uclass.c b/u-boot/drivers/gpio/gpio-uclass.c index 5868dd4..a8479b0 100644 --- a/u-boot/drivers/gpio/gpio-uclass.c +++ b/u-boot/drivers/gpio/gpio-uclass.c @@ -1058,7 +1058,9 @@ UCLASS_DRIVER(gpio) = { .id = UCLASS_GPIO, .name = "gpio", +#ifndef CONFIG_GPIO_NO_UC_FLAG_SEQ_ALIAS .flags = DM_UC_FLAG_SEQ_ALIAS, +#endif .post_probe = gpio_post_probe, .post_bind = gpio_post_bind, .pre_remove = gpio_pre_remove, -- Gitblit v1.6.2