[roll] Roll fuchsia [aml-pwm-regulator] Separate out instances for each device

This driver managed all instances of pwm voltage regulators on the
board. This makes it hard for the devicetree to combine these nodes into
a single device. This CL splits that into a single driver instance per
device model. Having separate instances of the driver for
each device would provide further sandboxing, modularity and stability
to the system.

Original-Bug: 333925701
Test: device-enumeration-test-vim3, aml-pwm-regulator-bind_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1026074
Original-Revision: b23f8b07caa5fa1877bcf3312b3f335104f005d7
GitOrigin-RevId: 8c5f30925e8fb725ce1297a5fb3d7a82a5a1804f
Change-Id: Ib551cb1170e71a3a4e3db29673dd05807744a17d
1 file changed
tree: 8d496d8c9c422bb509f3fcb3be3e73ae7f33f987
  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 via the IRC channel #fuchsia on Freenode.

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.