Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpio: realtek-otto: add rtl9607 support

The RTL9607C SoC has support for 3 GPIO banks with 32 GPIOs each and
the port order is reversed just like in RTL930x.

Signed-off-by: Rustam Adilov <adilov@disroot.org>
Reviewed-by: Sander Vanheule <sander@svanheule.net>
Link: https://patch.msgid.link/20260305161106.15999-3-adilov@disroot.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

authored by

Rustam Adilov and committed by
Bartosz Golaszewski
8f0aecf2 49944d6a

+4
+4
drivers/gpio/gpio-realtek-otto.c
··· 351 351 { 352 352 .compatible = "realtek,rtl9310-gpio", 353 353 }, 354 + { 355 + .compatible = "realtek,rtl9607-gpio", 356 + .data = (void *)GPIO_PORTS_REVERSED, 357 + }, 354 358 {} 355 359 }; 356 360 MODULE_DEVICE_TABLE(of, realtek_gpio_of_match);