Re: [PATCH v2 2/2] dt-bindings: mfd: ti,keystone-devctrl: Convert to DT schema
From: Bhargav Joshi
Date: Tue Aug 18 2026 - 10:13:52 EST
Hi,
On Tue, Aug 18, 2026 at 12:31 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On Sun, Aug 16, 2026 at 12:23:00AM +0530, Bhargav Joshi wrote:
> > Convert the Texas Instruments Keystone Device State Control binding from
> > legacy text format to DT schema.
> >
> > During the conversion, the following updates were made:
> > - Add "simple-mfd" to compatibles matching existing dts usage.
> > - Add required bus properties #address-cells, #size-cells, and ranges
> > which were missing in text binding.
> > - Document child nodes gpio, interrupt-controller, and reset-controller.
> >
> > Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> > ---
> > Note: Running dt_binding_check on patch will yield a warning for
> > 'ti,keystone-reset' in the example block. The YAML conversion patch for
> > that child node is already in progress here:
> > https://lore.kernel.org/linux-devicetree/20260813-ti-keystone-reset-v1-1-189389503324@xxxxxxxxx/
> > ---
>
> You need to send dependencies together, either in patchset or even one
> patch, depending on the case. If this has warnings then it cannot be
> applied.
Yes, but ti,keystone-reset is now already merged into linux-next, so i can
wait until it is merged into mainline then resend the patch without warning.
Best regards,
Bhargav