
10 May
2021
10 May
'21
6:28 p.m.
On Mon, 10 May 2021 at 09:47, Rasmus Villemoes rasmus.villemoes@prevas.dk wrote:
It seems that no other test has claimed gpio_a:7 yet, so use that.
The only small wrinkle is modifying the existing wdt test to use uclass_get_device_by_driver() since we now have to UCLASS_WDT instances in play, so it's a little more robust to fetch the device by driver and not merely uclass+index.
Signed-off-by: Rasmus Villemoes rasmus.villemoes@prevas.dk
arch/sandbox/dts/test.dts | 5 +++++ configs/sandbox64_defconfig | 1 + configs/sandbox_defconfig | 1 + test/dm/wdt.c | 32 +++++++++++++++++++++++++++++++- 4 files changed, 38 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org