Re: [PATCH v2 2/2] dt-bindings: mfd: ti,keystone-devctrl: Convert to DT schema
Krzysztof Kozlowski <[email protected]>
| Newsgroups | dev.linux.lists.mfd,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260818-convivial-manatee-of-jest-acd3f6@quoll> |
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 <[email protected]> > --- > 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/[email protected]/ > --- 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. Best regards, Krzysztof