[PATCH v2 5/5] pmdomain: add Rockchip power domain support

Sascha Hauer s.hauer at pengutronix.de
Tue Oct 28 01:57:06 PDT 2025


On Mon, Oct 27, 2025 at 08:28:20PM +0100, Ahmad Fatoum wrote:
> +static int rockchip_pm_add_subdomain(struct rockchip_pmu *pmu,
> +				     struct device_node *parent)
> +{
> +	struct device_node *np;
> +
> +	for_each_child_of_node(parent, np)
> +		return -ENOSYS;
> +

I gave it a quick try on RK3588 and driver probe fails here. RK3588 has
several subdomains in its power controller.

Sascha


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list