Skip to content

Commit

Permalink
helios64: fix helios64-heartbeat-led.service
Browse files Browse the repository at this point in the history
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: cbaf67f ("Sync helios64 to its updated 6.9 dts")
Signed-off-by: Alban Browaeys <[email protected]>
  • Loading branch information
prahal committed Jan 31, 2025
1 parent cce0f3f commit bea25ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down Expand Up @@ -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";
Expand Down
3 changes: 2 additions & 1 deletion patch/kernel/archive/rockchip64-6.9/add-board-helios64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit bea25ce

Please sign in to comment.