]> Git Repo - J-u-boot.git/commit - configs/sandbox64_defconfig
sandbox: add test of wdt_gpio driver
authorRasmus Villemoes <[email protected]>
Thu, 19 Aug 2021 09:57:05 +0000 (11:57 +0200)
committerStefan Roese <[email protected]>
Tue, 31 Aug 2021 10:04:03 +0000 (12:04 +0200)
commita9346b93b4c19003a8b14393811e1eb6063f0ed4
tree3b6fb1964336febe5e76982d7b5680f77fa8644e
parent2ac8490412c98211750e5fde9b7a5cda3035d7fd
sandbox: add test of wdt_gpio driver

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 two UCLASS_WDT
instances in play, so it's a little more robust to fetch the device by
driver and not merely uclass+index.

Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Rasmus Villemoes <[email protected]>
arch/sandbox/dts/test.dts
configs/sandbox64_defconfig
configs/sandbox_defconfig
test/dm/wdt.c
This page took 0.03674 seconds and 4 git commands to generate.