Re: [PATCH] fsl-imx6ul: add SAI1/2/3 and ASRC as unimplemented devices

2021-08-09 Thread Philippe Mathieu-Daudé
Hi Guenter, On 8/10/21 6:10 AM, Guenter Roeck wrote: > Define SAI1/2/3 and ASRC as unimplemented devices to avoid random > Linux kernel crashes. Relevant dmesg output could be useful. > Signed-off-by: Guenter Roeck > --- > hw/arm/fsl-imx6ul.c | 12 > 1 file changed, 12

[PATCH] fsl-imx6ul: add SAI1/2/3 and ASRC as unimplemented devices

2021-08-09 Thread Guenter Roeck
Define SAI1/2/3 and ASRC as unimplemented devices to avoid random Linux kernel crashes. Signed-off-by: Guenter Roeck --- hw/arm/fsl-imx6ul.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/arm/fsl-imx6ul.c b/hw/arm/fsl-imx6ul.c index e0128d7316..48b60eb3ce 100644 ---