Re: [PATCH v2 3/3] arm64: dts: qcom: Fix pm4125 vbus regulator compatible and constraints

From: Rakesh Kota

Date: Fri Jul 03 2026 - 05:03:19 EST


On Thu, Jul 02, 2026 at 05:10:08PM +0100, Bryan O'Donoghue wrote:
> On 02/07/2026 09:02, Rakesh Kota wrote:
> > > Break this patch up at the and
> > >
> > > - Remove compatible
> > > - Fix the voltages
> > >
> > > Separate things should be separate patches.
> > >
> > Thanks for the review.
> >
> > We kept these together to avoid intermediate breakage since the .yaml
> > compatible removal and voltage fix are coupled. Happy to split if you
> > have a suggestion on how to do so cleanly.
> >
> > regards
> > Rakesh Kota
>
> You can add the register abstraction logic, then add the new compatible no ?
>

Are you talking about the driver change ? if yes, for the driver change
I can split it into:
- Patch 1: Add register abstraction logic + PM8150B support
- Patch 2: Add PM4125 compatible

However, splitting the DT change is not straightforward — the PM4125
compatible and its voltage constraints live in the same .yaml
file. If we split them, dtbs_check will fail on intermediate states
since the compatible would reference voltage properties that aren't yet
defined (or vice versa).

regards
Rakesh Kota