From: sashiko-bot@kernel.org
To: "Dario Binacchi" <dario.binacchi@amarulasolutions.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCH v8 15/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257D-RMM board
Date: Thu, 20 Aug 2026 09:25:34 +0000 [thread overview]
Message-ID: <20260820092534.8B28F1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260820091652.43541-16-dario.binacchi@amarulasolutions.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The GPIO LED nodes ('led-0', 'led-1') lack 'color' and 'function' properties, which are required for correct sysfs directory naming by user-space LED managers.
--
--- Patch [15]: [PATCH v8 15/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257D-RMM board ---
commit 8abcb6fbdc6467a93764ff0fd12f19a18a0215bf
Author: Dario Binacchi <dario.binacchi@amarulasolutions.com>
arm64: dts: st: support Engicam MicroGEA-STM32MP257D-RMM board
This commit adds device tree support for the Engicam MicroGEA-STM32MP257D-RMM
board. It enables various peripherals including LEDs, CAN, a touchscreen panel,
and audio components.
> diff --git a/arch/arm64/boot/dts/st/stm32mp257d-engicam-microgea-rmm.dts b/arch/arm64/boot/dts/st/stm32mp257d-engicam-microgea-rmm.dts
> new file mode 100644
> index 0000000000000..f5af0913bf1b8
> --- /dev/null
> +++ b/arch/arm64/boot/dts/st/stm32mp257d-engicam-microgea-rmm.dts
[ ... ]
> + leds {
> + compatible = "gpio-leds";
> +
> + led-0 {
> + gpios = <&gpioh 2 GPIO_ACTIVE_HIGH>;
> + default-state = "off";
> + status = "okay";
> + };
[Severity: Medium]
Should this node include color and function properties?
Modern user-space LED managers rely on these properties to create standard
sysfs directories named <color>:<function>. Without them, the LED will be
exported with the non-standard name led-0, which can prevent user-space from
correctly identifying its hardware role.
> +
> + led-1 {
> + gpios = <&gpioh 6 GPIO_ACTIVE_HIGH>;
> + default-state = "off";
> + status = "okay";
> + };
[Severity: Medium]
Similarly, does this node also need color and function properties instead of
relying on the led-1 node name for sysfs directory creation?
> + };
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260820091652.43541-1-dario.binacchi@amarulasolutions.com?part=15
prev parent reply other threads:[~2026-08-20 9:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-20 9:12 [PATCH v8 00/16] arm64: support Engicam MicroGEA-STM32MP257D-RMM board Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 01/16] dt-bindings: arm: stm32: " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 02/16] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 03/16] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 04/16] arm64: dts: st: add SDMMC2 support on stm32mp25 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 05/16] arm64: dts: st: add CAN1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 06/16] arm64: dts: st: add i2c1 pins for stm32mp25 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 07/16] arm64: dts: st: add ltdc " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 08/16] arm64: dts: st: add can1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 09/16] arm64: dts: st: add pwm2/pwm4 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 10/16] arm64: dts: st: add sai1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 11/16] arm64: dts: st: add sdmmc2 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 12/16] arm64: dts: st: add spi1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 13/16] arm64: dts: st: add usart1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 14/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257 SoM Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 15/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257D-RMM board Dario Binacchi
2026-08-20 9:25 ` sashiko-bot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260820092534.8B28F1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=dario.binacchi@amarulasolutions.com \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox