On Fri, 29 Aug 2025 20:15:15 +0000, Alexander Kurz wrote: > Convert the txt mc13xxx bindings to DT schema attempting to keep most > information. The nodes codec and touchscreen are not part of the new > schema since it was only briefly mentioned before. > Following the convention, rename led-control to fsl,led-control. > > Signed-off-by: Alexander Kurz <akurz@xxxxxxxx> > --- > .../devicetree/bindings/mfd/fsl,mc13xxx.yaml | 218 ++++++++++++++++++ > .../devicetree/bindings/mfd/mc13xxx.txt | 156 ------------- > 2 files changed, 218 insertions(+), 156 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/fsl,mc13xxx.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/mc13xxx.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>