mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user