]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
reset: gpio: add the "compatible" property
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 21 Nov 2025 13:57:39 +0000 (14:57 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 8 Jan 2026 11:25:20 +0000 (12:25 +0100)
commitb3d8508351af7f6366a0a18068c194b399ead2c3
treeebfae9a5e18dc8c6a604f02283bfa0d53e7ebb36
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
reset: gpio: add the "compatible" property

In order to correctly handle the interaction between the reset-gpio
devices and shared GPIOs managed by GPIOLIB, we need to be able to
identify the former. Add the "compatible" property to allow us to use
the device_is_compatible() helper.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/core.c