helios64: fix helios64-heartbeat-led.service

While syncing with upstream Linux helios64 dts for 6.9 I missed
the diff for the helios64 status led label (upstream was
helios64:green:status instead of Armbian helios64::status) and
thus broke armbian helios64-heartbeat-led.service.

This commit restores the Armbian label helios64::status to let
helios64-heartbeat-led.service starts.

Fixes: cbaf67f00 ("Sync helios64 to its updated 6.9 dts")
Signed-off-by: Alban Browaeys <alban.browaeys@gmail.com>
This commit is contained in:
Alban Browaeys
2025-01-29 01:58:13 +01:00
committed by Igor
parent 5ca9a068d3
commit ebb6fb1bec
3 changed files with 6 additions and 3 deletions

View File

@@ -128,6 +128,7 @@ index 111111111111..222222222222 100644
+ };
- led-0 {
- label = "helios64:green:status";
+ sata_err5 {
+ label = "helios64:red:ata5-err";
+ gpios = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
@@ -163,7 +164,7 @@ index 111111111111..222222222222 100644
+ pinctrl-0 = <&system_led>;
+
+ status-led {
label = "helios64:green:status";
+ label = "helios64::status";
gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "none";
default-state = "on";

View File

@@ -97,6 +97,7 @@ index 111111111111..222222222222 100644
+ };
- led-0 {
- label = "helios64:green:status";
+ sata {
+ label = "helios64:blue:hdd-status";
+ gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_HIGH>;
@@ -163,7 +164,7 @@ index 111111111111..222222222222 100644
+ pinctrl-0 = <&system_led>;
+
+ status-led {
label = "helios64:green:status";
+ label = "helios64::status";
gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "none";
default-state = "on";

View File

@@ -128,6 +128,7 @@ index 9586bb12a5d8..09e2cfe40696 100644
+ };
- led-0 {
- label = "helios64:green:status";
+ sata_err5 {
+ label = "helios64:red:ata5-err";
+ gpios = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
@@ -163,7 +164,7 @@ index 9586bb12a5d8..09e2cfe40696 100644
+ pinctrl-0 = <&system_led>;
+
+ status-led {
label = "helios64:green:status";
+ label = "helios64::status";
gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "none";
default-state = "on";