1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/test/dm
Bin Meng bfcd9298b2 test: dm: spi: Fix sandbox dm_test_spi_find()
Per sandbox_cs_info(), sandbox spi controller only supports chip
select 0. Current test case tries to locate devices on chip select
1, and any call to spi_get_bus_and_cs() or spi_cs_info() with cs
number 1 should not return 0.

This updates the test case to handle it correctly.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
2020-01-27 22:27:21 +05:30
..
2019-07-12 21:07:58 -04:00
2019-10-22 16:14:05 +02:00
2020-01-07 16:02:39 -07:00
2018-12-07 08:13:45 -05:00
2019-10-13 23:34:43 +02:00
2019-08-11 16:43:41 -04:00
2018-12-06 23:26:32 -05:00
2018-12-13 16:32:49 -07:00
2019-12-15 11:44:12 +08:00
2019-07-05 14:19:41 +02:00
2018-10-09 04:40:27 -06:00
2019-02-20 15:27:08 +08:00
2019-07-11 10:05:15 -04:00
2020-01-07 16:02:39 -07:00
2019-11-25 13:28:53 +01:00