Skip to content

Commit cf8b745

Browse files
krzkgclement
authored andcommitted
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 <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent a034241 commit cf8b745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757
leds {
5858
compatible = "gpio-leds";
5959

60-
vpn {
60+
led-vpn {
6161
label = "green:vpn";
6262
gpios = <&gpionb 11 GPIO_ACTIVE_LOW>;
6363
};
6464

65-
wan {
65+
led-wan {
6666
label = "green:wan";
6767
gpios = <&gpionb 12 GPIO_ACTIVE_LOW>;
6868
};
6969

70-
led_power: power {
70+
led_power: led-power {
7171
label = "green:power";
7272
gpios = <&gpionb 13 GPIO_ACTIVE_LOW>;
7373
default-state = "on";

0 commit comments

Comments
 (0)