You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: flash_mspi_nor: Assign quirks based on flash DT node property
Introduce "chip-family" enum property in the "jedec,mspi-nor" binding
as a way of specifying what special routines need to be use for a given
flash chip. This has the advantage over an additional compatible string
that users can see the possibilities in the binding documentation and
do not need to look into the driver code to find out those. Also any
typos in the enum value will be caught by the DT compiler, while for
the compatible string such typos would cause it to be silently ignored.
Signed-off-by: Andrzej Głąbek <[email protected]>
0 commit comments