-
Notifications
You must be signed in to change notification settings - Fork 7.7k
dts: arm: adi: Enable SPI for MAX32657 #92036
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
dts: arm: adi: Enable SPI for MAX32657 #92036
Conversation
MAX32657 introduces changes for registers named (master, slave) to (controller, target) this causes build issues Signed-off-by: Mert Ekren <mert.ekren@analog.com>
Add SPI node to MAX32657 dtsi file Signed-off-by: Mert Ekren <mert.ekren@analog.com> 226e230b349on how to improve this.
Add SPI into '.yaml' files. Signed-off-by: Mert Ekren <mert.ekren@analog.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incase of an update requires, nice to update copyright date too, as 2024-2025.
The commit updating the driver dates back to 2024 so I am not sure if we should update the copyright in this case. Regardless, I have realized I need to update the copyright date for the driver in #92027. |
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
CONFIG_SPI_ASYNC=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already enabled in prj.conf of spi loopback test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, removed them.
Enable 'spi_loopback' test for MAX32657 boards. Signed-off-by: Mert Ekren <mert.ekren@analog.com>
|
Enable SPI support for MAX32657 and add test overlays to
spi_loopback
for both secure and nonsecure variants of MAX32657EVKIT.