From 82732d2ebeb67ff8c22f112ac0aabdfb1b8f51f5 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Sun, 8 Sep 2024 15:36:16 -0400 Subject: [PATCH] realtek: 6.6: refresh patch 301-gpio-add-rtl8231-driver No content changes. Only take over the new patch locations. Signed-off-by: Markus Stockhausen --- .../realtek/patches-6.6/301-gpio-add-rtl8231-driver.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realtek/patches-6.6/301-gpio-add-rtl8231-driver.patch b/target/linux/realtek/patches-6.6/301-gpio-add-rtl8231-driver.patch index 7603a03744..a177876420 100644 --- a/target/linux/realtek/patches-6.6/301-gpio-add-rtl8231-driver.patch +++ b/target/linux/realtek/patches-6.6/301-gpio-add-rtl8231-driver.patch @@ -25,7 +25,7 @@ Submitted-by: John Crispin --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig -@@ -529,6 +529,12 @@ config GPIO_ROCKCHIP +@@ -553,6 +553,12 @@ config GPIO_ROCKCHIP help Say yes here to support GPIO on Rockchip SoCs. @@ -40,7 +40,7 @@ Submitted-by: John Crispin depends on MFD_SYSCON --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile -@@ -129,6 +129,7 @@ obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc3 +@@ -138,6 +138,7 @@ obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc3 obj-$(CONFIG_GPIO_REALTEK_OTTO) += gpio-realtek-otto.o obj-$(CONFIG_GPIO_REG) += gpio-reg.o obj-$(CONFIG_GPIO_ROCKCHIP) += gpio-rockchip.o -- 2.30.2