Skip to content
Commit 89636416 authored by Francois Ramu's avatar Francois Ramu Committed by Carles Cufi
Browse files

drivers: flash: stm32 ospi driver defines the dlyb-bypassed property



The delayblock is bypassed when the <dlyb-bypass> property is true.
DT_NODE_HAS_PROP tests whether the property is defined at all,
not whether a boolean property is true or false.
To get a boolean property’s truth value,
use DT_PROP(node_id, prop) instead.

Signed-off-by: default avatarFrancois Ramu <francois.ramu@st.com>
parent 2f0ce5a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment