-
Notifications
You must be signed in to change notification settings - Fork 7.7k
dts/boards: nordic: Fix some reg issues #93098
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?
Conversation
nordicjm
commented
Jul 14, 2025
Adds missing reg parameters to DTS nodes Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This compatible does not exist Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes the address of this peripheral Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
@@ -267,7 +267,7 @@ ipc0: &cpuapp_cpurad_ipc { | |||
status = "okay"; | |||
|
|||
mx25uw63: mx25uw6345g@0 { | |||
compatible = "mxicy,mx25u", "jedec,mspi-nor"; | |||
compatible = "jedec,mspi-nor"; |
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.
The compatible needs to stay, quirks in mspi_nor driver depend on it.
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.
then a compatible binding needs to be created
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.
and actually that isn't even right, it should be doing what the spi_nor driver does with flags: https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/bindings/mtd/jedec%2Cspi-nor-common.yaml#L93
Removes compatible strings that were not defined and are not needed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
|
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.
My approval implies that the changes requested by the vscode team were done. But we do not have scope and knowledge to determine any side effects. Please make sure someone who knows how these files are used in the SDK by apps and customers; also reviews these changes