[PATCH v3 0/3] Radxa NIO 12L: Add GPIO keys and LED support
Rob Herring (Arm)
robh at kernel.org
Fri Sep 5 10:45:05 PDT 2025
On Fri, 05 Sep 2025 13:51:57 +0200, Julien Massot wrote:
> This patchset adds support for the GPIO-connected red and blue LEDs,
> as well as the various hardware buttons present on the Radxa NIO 12L
> board.
>
> It also includes a fix for the missing release (key-up) interrupt
> handling for PMIC-managed GPIO keys.
>
> Signed-off-by: Julien Massot <julien.massot at collabora.com>
> ---
> Changes in v3:
> Patch 3/3: drop the deprecated LEDs label property
> - Link to v2: https://lore.kernel.org/r/20250826-radxa-nio-12-l-gpio-v2-0-7f18fa3fbfc8@collabora.com
>
> Changes in v2:
> PATCH 1/3
> - Add Fixes tag
> - Drop Angelo's Reviewed-By since I'm now introducing the
> 'key_release_irq' member that was missing in v1.
> - Link to v1: https://lore.kernel.org/r/20250801-radxa-nio-12-l-gpio-v1-0-d0840f85d2c8@collabora.com
>
> ---
> Julien Massot (3):
> Input: mtk-pmic-keys - MT6359 has a specific release irq
> arm64: dts: mediatek: mt8395-nio-12l: add PMIC and GPIO keys support
> arm64: dts: mediatek: mt8395-nio-12l: add support for blue and red LEDs
>
> .../boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 65 ++++++++++++++++++++++
> drivers/input/keyboard/mtk-pmic-keys.c | 5 +-
> 2 files changed, 69 insertions(+), 1 deletion(-)
> ---
> base-commit: 6c68f4c0a147c025ae0b25fab688c7c47964a02f
> change-id: 20250801-radxa-nio-12-l-gpio-54f208c25333
>
> Best regards,
> --
> Julien Massot <julien.massot at collabora.com>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: using specified base-commit 6c68f4c0a147c025ae0b25fab688c7c47964a02f
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/mediatek/' for 20250905-radxa-nio-12-l-gpio-v3-0-40f11377fb55 at collabora.com:
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dtb: gpio-leds (gpio-leds): 'rgb-blue' does not match any of the regexes: '(^led-[0-9a-f]$|led)', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/leds/leds-gpio.yaml#
More information about the Linux-mediatek
mailing list