From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Provide missing .format_mac for i.MX8MQ to prevent driver from crashing on start. Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- drivers/nvmem/ocotp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/nvmem/ocotp.c b/drivers/nvmem/ocotp.c index f3af8620e..c2d2982ee 100644 --- a/drivers/nvmem/ocotp.c +++ b/drivers/nvmem/ocotp.c @@ -652,6 +652,7 @@ static struct imx_ocotp_data imx8mq_ocotp_data = { .addr_to_offset = imx6sl_addr_to_offset, .mac_offsets_num = 1, .mac_offsets = { 0x90 }, + .format_mac = imx_ocotp_format_mac, }; static __maybe_unused struct of_device_id imx_ocotp_dt_ids[] = { -- 2.17.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox