Re: [PATCH] dt-bindings: leds: bcm6358: Convert to DT schema
Jonas Gorski <[email protected]> Sun, 31 May 2026 15:41:05 +0200
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-leds |
|---|---|
| Message-ID | <CAOiHx=kdH5TFUxTZdyphy9Xd+i8Gh7nU1Ab9wxLvK1och=JAhQ@mail.gmail.com> |
Hi, for some reason my email filter didn't catch this ... On Mon, May 25, 2026 at 5:33 AM Ninad Naik <[email protected]> wrote: > > Convert the brcm,bcm6358 to DT schema. > > Signed-off-by: Ninad Naik <[email protected]> > --- > > Referred to this thread: > https://lore.kernel.org/all/[email protected]/ > and added the fixes suggested. > > .../bindings/leds/brcm,bcm6358-leds.yaml | 98 ++++++++++++ > .../devicetree/bindings/leds/leds-bcm6358.txt | 143 ------------------ > 2 files changed, 98 insertions(+), 143 deletions(-) > create mode 100644 Documentation/devicetree/bindings/leds/brcm,bcm6358-leds.yaml > delete mode 100644 Documentation/devicetree/bindings/leds/leds-bcm6358.txt > > diff --git a/Documentation/devicetree/bindings/leds/brcm,bcm6358-leds.yaml b/Documentation/devicetree/bindings/leds/brcm,bcm6358-leds.yaml > new file mode 100644 > index 000000000000..a61417e5690b > --- /dev/null > +++ b/Documentation/devicetree/bindings/leds/brcm,bcm6358-leds.yaml > @@ -0,0 +1,98 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/leds/brcm,bcm6358-leds.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: LEDs connected to Broadcom BCM6358 controller > + > +description: | > + This controller is present on BCM6358 and BCM6368. > + In these SoCs there are Serial LEDs (LEDs connected to a 74x164 controller), > + which can either be controlled by software (exporting the 74x164 as spi-gpio. > + See Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml), or > + by hardware using this driver. > + > +maintainers: > + - Jonas Gorski <[email protected]> The driver and .txt schema were originally submitted by Álvaro (added to cc), so I would have expected him to be the (suggested) maintainer. Best regards, Jonas