-
Notifications
You must be signed in to change notification settings - Fork 8.1k
boards: nxp: mimxrt1180_evk: suppress spi_bus_bridge warning #96410
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
boards: nxp: mimxrt1180_evk: suppress spi_bus_bridge warning #96410
Conversation
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.
rename the flexspi node name to SPI then, I guess memory-controller
was the wrong choice of name from the DT specification.
The problem is due to this check:
https://github.com/dgibson/dtc/blob/9197f1ccd95c9475006677aa97bf39727c1e8aa5/checks.c#L1116
and this property:
spi-max-frequency = <DT_FREQ_M(133)>; |
529df20
to
ca602bd
Compare
Hi @decsny Thanks for clarification. Has updated node name. |
@FelixWang47831 you need to rebase your PR. Note that #94390 moved things around with the RT700 so your conflict needs to move changes to a different file |
Rename node name to spi. Signed-off-by: Felix Wang <fei.wang_3@nxp.com>
60cc23d
ca602bd
to
60cc23d
Compare
Updated, please help to merge, thanks. |
|
Suppress "spi_bus_bridge" warning, as the flexspi is used as memory controller, the node name isn't spi@...