mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
dm: power-domain: query power domain after get device
This is to test power_domain_on in device_probe. If the device has a power-domain property, enable it when probe the device. So add the test to check whether it is powered on or not. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3ad3077848
commit
4624faadff
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ static int dm_test_power_domain(struct unit_test_state *uts)
|
|||
|
||||
ut_assertok(uclass_get_device_by_name(UCLASS_MISC, "power-domain-test",
|
||||
&dev_test));
|
||||
ut_asserteq(1, sandbox_power_domain_query(dev_power_domain,
|
||||
TEST_POWER_DOMAIN));
|
||||
ut_assertok(sandbox_power_domain_test_get(dev_test));
|
||||
|
||||
ut_assertok(sandbox_power_domain_test_on(dev_test));
|
||||
|
|
Loading…
Add table
Reference in a new issue