Re: [PATCH v2 2/6] sandbox: test: Add a second SPI slave on sandbox_spi bus

2020-12-23 Thread Simon Glass
Place a second spi slave on the sandbox_spi bus, to be used by the spi_claim_bus() testcase we are about to introduce. We need to make sure that jumping between slaves calling spi_claim_bus() sets the bus speed and mode appropriately. Use different max-hz and mode properties for this new slave. Al

[PATCH v2 2/6] sandbox: test: Add a second SPI slave on sandbox_spi bus

2020-12-14 Thread Ovidiu Panait
Place a second spi slave on the sandbox_spi bus, to be used by the spi_claim_bus() testcase we are about to introduce. We need to make sure that jumping between slaves calling spi_claim_bus() sets the bus speed and mode appropriately. Use different max-hz and mode properties for this new slave. Al