Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: logicpd: align LED node names with dtschema

The node names should be generic and DT schema expects certain pattern:

logicpd-torpedo-37xx-devkit.dtb: leds: 'user0' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Acked-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20221125144122.476962-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
··· 20 20 21 21 leds { 22 22 compatible = "gpio-leds"; 23 - user0 { 23 + led-user0 { 24 24 label = "user0"; 25 25 gpios = <&twl_gpio 18 GPIO_ACTIVE_LOW>; /* LEDA */ 26 26 linux,default-trigger = "none";