-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
drivers: flash: spi_nor: values vom DT not correctly used, when CONFIG_SPI_NOR_SFDP_RUNTIME=y
#80383
Comments
Bug level set to low, seems to go mainly undetected by users. |
This just bit me for several hours so its definitely impacting more than just the original reporter. |
Sorry. Have you reported that? It is hard to evaluate user impact without reports. |
No, it literally just occurred as an issue for us today and once I identified the problem I searched to see if anyone else had the same issue and commented above. Is there somewhere else I should flag this also please? |
Ok, so you are the second person to report this since it went in as part of 3.7.0. |
Release note update.
Release note update. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Release note update. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Release note update. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Release note update. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Describe the bug
when
CONFIG_SPI_NOR_SFDP_RUNTIME=y
, configs from the dts like the wp, hold and reset pins are not parsed correctly into thestruct spi_nor_config
and therefore can't be used by the driver.To Reproduce
set
CONFIG_SPI_NOR_SFDP_RUNTIME=y
, when using the jedec,spi-nor flash driverExpected behavior
dts configuration is used correctly
Impact
most of the available configuration, that can be done via the dts wont work when
CONFIG_SPI_NOR_SFDP_RUNTIME=y
,Logs and console output
Environment (please complete the following information):
NA
Additional context
Got introduced with #70415
The text was updated successfully, but these errors were encountered: