Commit d6d4319
committed
drivers: firmware: imx: fix dependency for IMX_SEC_ENCLAVE
IMX_SEC_ENCLAVE access the 'nvmem', thus on i.MX 8DXL/QXP/QM the
following is required: NVMEM_IMX_OCOTP_SCU.
Add it to the depends.
With a missing NVMEM_IMX_OCOTP_SCU or with IMX_SEC_ENCLAVE=y and
NVMEM_IMX_OCOTP_SCU=m, the probe can keep getting deferred.
Upstream-Status: Submitted [nxp-imx/linux-imx#31]
Fixes: 4faa6ae ("LF-13910-8: drivers: firmware: imx: add support for i.MX8DXL/QXP/QM")
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>1 parent 6f07359 commit d6d4319
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments