[roll] Roll fuchsia [dw-spi] Add power domain support

The dw-spi driver currently binds to a power-domain node but does not
actually use the power-domain to appropriately vote for its power needs.
This change adds the appropriate power-domain logic to the dw-spi driver
using the fuchsia.hardware.powerdomain protocol.

We connect to the power domain service and call Enable() during driver
startup. Active power management is not yet required, so Disable() is
not called.

Original-Bug: 500865936
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1583113
Original-Revision: 912d9129f8c94b1013e29c0173f82516eb7b14ad
GitOrigin-RevId: be4797bb27d543fa3d230c6aa4df2fb28b76ffb0
Change-Id: I3719509ccb8aada6291351d59a7f2ade0ce6e607
1 file changed
tree: 8f4b658744699a7d6f24b3340493763169a3cbc8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.