Re: [PATCH v2 2/2] soc: rockchip: power-domain: add power domain support for rk3562

From: Krzysztof Kozlowski
Date: Fri Jan 17 2025 - 02:32:13 EST


On 16/01/2025 15:46, Ulf Hansson wrote:
>> static const struct rockchip_pmu_info rk3568_pmu = {
>> .pwr_offset = 0xa0,
>> .status_offset = 0x98,
>> @@ -1429,6 +1471,10 @@ static const struct of_device_id rockchip_pm_domain_dt_match[] = {
>> .compatible = "rockchip,rk3399-power-controller",
>> .data = (void *)&rk3399_pmu,
>> },
>> + {
>> + .compatible = "rockchip,rk3562-power-controller",
>
> I couldn't find the corresponding DT patch where this compatible is
> being documented. Can you please re-send and keep me posted for both
> the DT and pmdomain patch?

I already commented on this on 1st patch - the split of original
patchset is entirely broken and actual binding is missing. Or not
missing but sent to entirely different folks in different thread...

Best regards,
Krzysztof