[PATCH v2] hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19

2021-09-27 Thread Xuzhou Cheng
From: Xuzhou Cheng The Linux spi-imx driver does not work on QEMU. The reason is that the state of m25p80 loops in STATE_READING_DATA state after receiving RDSR command, the new command is ignored. Before sending a new command, CS line should be pulled high to make the state of m25p80 back to

[PATCH] hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19

2021-09-25 Thread Xuzhou Cheng
From: Xuzhou Cheng The Linux spi-imx driver does not work on QEMU. The reason is that the state of m25p80 loops in STATE_READING_DATA state after receiving RDSR command, the new command is ignored. Before sending a new command, CS line should be pulled high to make the state of m25p80 back to