[roll] Roll fuchsia Reland "[vim3][power] Fix pwm and core drivers"

This is a reland of commit a509994cee6236c4ab38de4cadd5a6f659b4325f

In the original commit I had used the AddCompositeImplicitPbusFragment
function which seems to cause the colocation flag to mess up. This was
making it so that the power driver was not able to connect to the banjo
protocol it needed. Fixed this by manually putting the pdev fragment and
using the AddComposite function instead.

Tests: Tested with the device enumeration test on a vim3 dfv1 build
(originally I had only tested dfv2)

Original change's description:
> [vim3][power] Fix pwm and core drivers
>
> Fixes the aml_pwm_regulator and its child power driver.
>
> Original-Bug: 124320
> Tests: device-enumeration test on vim3
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/831493

Original-Bug: 124320
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832836
Original-Revision: 13d896405c784cec4e64d69e92cd7f203e9d56f4
GitOrigin-RevId: 4189059368399350c7d9160f5e25983b9f044b6c
Change-Id: I82f7c3243f473070df163780ec6c30b518535730
1 file changed
tree: 0a24bec9278fdf026efc96e8fe7ee72b581c0ce6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.