-
Notifications
You must be signed in to change notification settings - Fork 7.6k
dts: bindings: spi: pl022: Make included reset-device.yaml #79481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
3dac09d
to
9e768fc
Compare
The PL022 driver has already implemented supporting reset device behavior. However, the support is incomplete because the `arm,pl022.yaml`, does not contain a `reset-device.yaml`. Add include directive to `arm,pl022.yaml` to including `reset-device.yaml` to complete the support for reset device. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
@tbursztyka @teburd @yonsch |
The PL022 driver has already implemented supporting reset device
behavior.
However, the support is incomplete because the
arm,pl022.yaml
,does not contain a
reset-device.yaml
.Add include directive to
arm,pl022.yaml
to includingreset-device.yaml
to complete the support for reset device.As a result,
raspberrypi,pico-spi.yaml
is no longer necessary,so delete it. I also update the document accordingly.