-
Notifications
You must be signed in to change notification settings - Fork 8.4k
drivers: spi: mchp: Add spi support for sama7g54 #96048
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
base: main
Are you sure you want to change the base?
drivers: spi: mchp: Add spi support for sama7g54 #96048
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. |
cc57bb0 to
cf02adf
Compare
|
needs rebase |
cf02adf to
8e72f79
Compare
PR has been rebased. |
|
|
needs rebase after hal PR rebase |
|
needs rebase |
|
ping |
8e72f79 to
0a9e19a
Compare
Update sam spi driver for sama7g54 Signed-off-by: CHEN Xing <xing.chen@microchip.com>
Add flexcom11 spi device for sama7g54 Signed-off-by: CHEN Xing <xing.chen@microchip.com>
0a9e19a to
ac064d9
Compare
|
PR has been rebase. west.yml won't be updated due to the changes in hal_microchip has been moved to spi_sam.c driver. |
Add flexcom11 spi device, mount a sst26vf064 qspi flash on it. Signed-off-by: CHEN Xing <xing.chen@microchip.com>
Enable spi subsystem for sama7g54 Signed-off-by: CHEN Xing <xing.chen@microchip.com>
ac064d9 to
571ad54
Compare
|
| #include <soc.h> | ||
|
|
||
| /* Adapt the hal_microchip for sam series */ | ||
| #ifdef CONFIG_MICROCHIP_SAM |
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.
NAK, this must be in the hal. No fixups in Zephyr!
No new defines in HAL, it must go direct in the headers so maybe you need to update the ATDF files.



// Update west.yml for hal_microchip --> west.yml won't be updated now.
Add spi support for sama7g54