summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-07-01 18:03:40 +0300
committerGregory CLEMENT <gregory.clement@bootlin.com>2024-07-05 15:48:50 +0300
commitcf8b7454ec916449210f3e9670c871e525006d52 (patch)
tree3abdeb40fd4feddb48fe9c30eab9a0cf07bd905d /arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts
parenta0342414431101629aece5d43f3cc83da71ff8cc (diff)
downloadlinux-cf8b7454ec916449210f3e9670c871e525006d52.tar.xz
arm64: dts: armada-3720: align LED node name with bindings
Bindings expect the LED node names to follow certain pattern, see dtbs_check warnings: armada-3720-gl-mv1000.dtb: leds: 'power', 'vpn', 'wan' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts b/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts
index 07c14bf04b83..56930f2ce481 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts
@@ -57,17 +57,17 @@
leds {
compatible = "gpio-leds";
- vpn {
+ led-vpn {
label = "green:vpn";
gpios = <&gpionb 11 GPIO_ACTIVE_LOW>;
};
- wan {
+ led-wan {
label = "green:wan";
gpios = <&gpionb 12 GPIO_ACTIVE_LOW>;
};
- led_power: power {
+ led_power: led-power {
label = "green:power";
gpios = <&gpionb 13 GPIO_ACTIVE_LOW>;
default-state = "on";