Re: [PATCH] dt-bindings: leds: bcm6358: Convert to DT schema

From: Jonas Gorski

Date: Sun May 31 2026 - 09:43:47 EST


Hi,

for some reason my email filter didn't catch this ...

On Mon, May 25, 2026 at 5:33 AM Ninad Naik <ninadnaik07@xxxxxxxxx> wrote:
>
> Convert the brcm,bcm6358 to DT schema.
>
> Signed-off-by: Ninad Naik <ninadnaik07@xxxxxxxxx>
> ---
>
> Referred to this thread:
> https://lore.kernel.org/all/20250930-brcm6358-to-dt-v1-1-ba833ceb1575@xxxxxxxxxxxxxxxxxxxx/
> 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 <jonas.gorski@xxxxxxxxx>

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