[roll] Roll fuchsia [devicetree][gpio] Update gpioimpl visitor for new GPIO/Pin API

Update the gpioimpl visitor to account for changes to the GPIO and Pin
APIs:

- Allow the pull-up/-down to be configured without an input-enable
  property, as it can now be controlled separately from the buffer mode.
- Do the same for GPIO hog nodes and input properties.
- Add support for output-disable to handle the old input-enable
  functionality, and update the vim3 devicetree.

Test: gpioimpl-visitor-test
Test: vim3-devicetree-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1129880
Original-Revision: d67cab71e625b67329f57b6aa91c27530bdbd25f
GitOrigin-RevId: c338b033773f6396874653d2ec9ab64e8883c2fb
Change-Id: Ib6758d8601a647558538f79497caace35bc2b168
1 file changed
tree: ecd6daef732664d9edcf58f8d7b51c566da79cbe
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.