Re: [PATCH 2/3] power: sequencing: Add Renesas RZ/G3L Power Ready driver
From: Bartosz Golaszewski
Date: Thu Jul 30 2026 - 04:54:19 EST
On Wed, 29 Jul 2026 16:33:31 +0200, Biju Das <biju.das.jz@xxxxxxxxxxxxxx> said:
>
> Here it is. Please find the relevant DT nodes usbphy-ctrl [1] and dsi [2]
>
> [1] https://lore.kernel.org/all/20260729115022.222340-9-biju.das.jz@xxxxxxxxxxxxxx/
> [2] https://lore.kernel.org/all/20260729125516.230757-14-biju.das.jz@xxxxxxxxxxxxxx/
>
So the sysc is the parent of the power sequencer but there's no relation
between it and the consumers modeled in DT?
In that case some validation is still required: you should make sure the
consumer device is compatible with a list of devices we can service. sysc and
consumers also seem to share the parent node so that's worth checking too.
We shouldn't just return MATCH_OK for anyone that comes knocking.
Bart