git: e08949257483 - main - gpio/qoriq: Recognize another compatible string entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 22:01:13 UTC
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=e08949257483ce2ba1f15805ae1ff49989d95f43 commit e08949257483ce2ba1f15805ae1ff49989d95f43 Author: Justin Hibbits <jhibbits@FreeBSD.org> AuthorDate: 2022-04-27 21:55:42 +0000 Commit: Justin Hibbits <jhibbits@FreeBSD.org> CommitDate: 2022-04-27 22:00:49 +0000 gpio/qoriq: Recognize another compatible string entry --- sys/dev/gpio/qoriq_gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/gpio/qoriq_gpio.c b/sys/dev/gpio/qoriq_gpio.c index 3853f0f4bcb5..7cef100f74f9 100644 --- a/sys/dev/gpio/qoriq_gpio.c +++ b/sys/dev/gpio/qoriq_gpio.c @@ -235,6 +235,7 @@ qoriq_gpio_pin_toggle(device_t dev, uint32_t pin) static struct ofw_compat_data gpio_matches[] = { {"fsl,pq3-gpio", 1}, {"fsl,mpc8572-gpio", 1}, + {"fsl,qoriq-gpio", 1}, {0, 0} };