]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: domain: scmi: Allow failure in getting power domain attribute 1006/head
authorYe Li <ye.li@nxp.com>
Tue, 9 Jun 2026 03:54:32 +0000 (11:54 +0800)
committerPeng Fan <peng.fan@nxp.com>
Mon, 6 Jul 2026 02:24:46 +0000 (10:24 +0800)
commitc9beb84a376853078e62f385447672fc7e8cd819
tree208b16bf4bb56da3fd72dae6d67e18c224cb6e1a
parent69879030f70d96f02018c923ea740e00bc9cbca4
power: domain: scmi: Allow failure in getting power domain attribute

When one power domain fails to get attribute, continue getting attribute
for remaining power domains, not return probe failure. So other power
domains are still functional.
It is possible that one power domain is assigned to other agent or this
power domain is disabled by HW fuse, so platform returns denied or other
error.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/power/domain/scmi-power-domain.c