drivers/bcm2835gpio: Migrate to adapter gpio commands
authorSteve Marple <stevemarple@googlemail.com>
Sat, 25 Jun 2022 22:45:18 +0000 (23:45 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 13 Sep 2022 22:17:14 +0000 (22:17 +0000)
commit0dd969d83badb6793519ee99dd8ab8579d5f59df
tree2ff179188f8fa72735ea80ce2a6d32418e64d156
parente643a494d46c571711ccba361ad20faaf6f6503c
drivers/bcm2835gpio: Migrate to adapter gpio commands

Use the new "adapter gpio" commands to configure the GPIOs used by the
bcm2835gpio driver. The driver supports only 1 chip (gpiochip0).

The reset function now honours the srst_open_drain and trst_open_drain
options.

Signed-off-by: Steve Marple <stevemarple@googlemail.com>
Change-Id: I5b6c68b16362000cf5141a83394549d2bf3af108
Reviewed-on: https://review.openocd.org/c/openocd/+/7123
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
doc/openocd.texi
src/jtag/drivers/bcm2835gpio.c
src/jtag/startup.tcl
tcl/interface/jtag_hat_rpi2.cfg
tcl/interface/raspberrypi-native.cfg
tcl/interface/raspberrypi2-native.cfg
testing/test-bcm2835gpio-deprecated-commands.cfg [new file with mode: 0644]