I'm facing a problem probably with the spi driver. I'm trying to read and write to an eeprom, but when the read process starts, the chip select does not stay low, but returns to high and deselects the chip after each transfered byte. As a result, the eeprom stops the reading and so only sends the first byte.
I already read the suggestion to use the cs-gpio property in the device tree, but I noticed no difference in the behaviour. Am I missing something or need to do some more config?
In the read/write operations I set cs_change to 0, but it has no effect.