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

Ahmad Fatoum a.fatoum at pengutronix.de
Tue Oct 28 02:04:06 PDT 2025



On 10/28/25 9:57 AM, Sascha Hauer wrote:
> 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.

I need it on rk3566 though, otherwise the probe hangs. Should I drop the
rk358x compatibles?

Thanks,
Ahmad

> 
> 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