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 the struct 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 driver
Expected 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