]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: mmio: Add compatible for opencores GPIO
authorStafford Horne <shorne@gmail.com>
Thu, 15 Jan 2026 15:09:58 +0000 (15:09 +0000)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Thu, 15 Jan 2026 15:39:16 +0000 (16:39 +0100)
commit3a6a36a3fc4e18e202eaf6c258553b5a17b91677
tree8d00ecc11f7e0aeba3cf4f31af8127c0c8e17fef
parentb2b8d247ad8ee1abe860598cae70e2dbe8a09128
gpio: mmio: Add compatible for opencores GPIO

On FPGA Development boards with GPIOs the OpenRISC architecture uses the
opencores gpio verilog rtl.  This is compatible with the gpio-mmio.  Add
the compatible string to allow probing this driver from the devicetree.

Link: https://opencores.org/projects/gpio
Signed-off-by: Stafford Horne <shorne@gmail.com>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20260115151014.3956805-3-shorne@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/gpio-mmio.c