From 712d2537bef2eb49f0b930d3a7ef7aa89e24adf5 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Thu, 5 May 2022 08:40:13 +0200 Subject: [PATCH] drivers: flash: JESD216 ospi command for SFDP Includes the 16bit command to read the SFDP in the NOR flash. according to the JEDEC standard. Signed-off-by: Francois Ramu --- drivers/flash/jesd216.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/flash/jesd216.h b/drivers/flash/jesd216.h index 2be93bb5570..582856436a6 100644 --- a/drivers/flash/jesd216.h +++ b/drivers/flash/jesd216.h @@ -20,6 +20,7 @@ #define JESD216_CMD_READ_SFDP 0x5A #define JESD216_CMD_BURST_SFDP 0x5B +#define JESD216_OCMD_READ_SFDP 0x5AA5 /* Layout of a JESD216 parameter header. */ struct jesd216_param_header {