kernel-5.4: bump to 5.4.102 and refresh patches
[openwrt/staging/hauke.git] / target / linux / mvebu / patches-5.4 / 312-helios4-dts-status-led-alias.patch
1 --- a/arch/arm/boot/dts/armada-388-helios4.dts
2 +++ b/arch/arm/boot/dts/armada-388-helios4.dts
3 @@ -24,6 +24,10 @@
4 aliases {
5 /* So that mvebu u-boot can update the MAC addresses */
6 ethernet1 = &eth0;
7 + led-boot = &led_status;
8 + led-failsafe = &led_status;
9 + led-running = &led_status;
10 + led-upgrade = &led_status;
11 };
12
13 chosen {
14 @@ -73,10 +77,9 @@
15 pinctrl-names = "default";
16 pinctrl-0 = <&helios_system_led_pins>;
17
18 - status-led {
19 + led_status: status-led {
20 label = "helios4:green:status";
21 gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
22 - linux,default-trigger = "heartbeat";
23 default-state = "on";
24 };
25