mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
a5d6a60fd0
This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
28 lines
583 B
Diff
28 lines
583 B
Diff
--- a/arch/mips/boot/dts/img/pistachio_marduk.dts
|
|
+++ b/arch/mips/boot/dts/img/pistachio_marduk.dts
|
|
@@ -19,6 +19,11 @@
|
|
ethernet0 = &enet;
|
|
spi0 = &spfi0;
|
|
spi1 = &spfi1;
|
|
+
|
|
+ led-boot = &led_heartbeat;
|
|
+ led-failsafe = &led_heartbeat;
|
|
+ led-running = &led_heartbeat;
|
|
+ led-upgrade = &led_heartbeat;
|
|
};
|
|
|
|
chosen {
|
|
@@ -89,11 +94,10 @@
|
|
led-controller {
|
|
compatible = "pwm-leds";
|
|
|
|
- led-1 {
|
|
+ led_heartbeat: heartbeat {
|
|
label = "marduk:red:heartbeat";
|
|
pwms = <&pwm 3 300000>;
|
|
max-brightness = <255>;
|
|
- linux,default-trigger = "heartbeat";
|
|
};
|
|
};
|
|
|