On Tue, 05 Mar 2024 02:45:01 +0200, Laurent Pinchart wrote: > Convert the pca963x DT bindings to YAML schema. The existing properties > are kept without modification, but the example is adapted to the latest > common bindings for LEDs. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > If someone wants to volunteer as a maintainer, by all means, please > replace me :-) > --- > .../devicetree/bindings/leds/nxp,pca963x.yaml | 140 ++++++++++++++++++ > .../devicetree/bindings/leds/pca963x.txt | 52 ------- > 2 files changed, 140 insertions(+), 52 deletions(-) > create mode 100644 Documentation/devicetree/bindings/leds/nxp,pca963x.yaml > delete mode 100644 Documentation/devicetree/bindings/leds/pca963x.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>