Date: Wed, 27 Apr 2022 22:01:13 GMT From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e08949257483 - main - gpio/qoriq: Recognize another compatible string entry Message-ID: <202204272201.23RM1D50060864@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204272201.23RM1D50060864>