92b3efec54
Sort patches according to target/linux/generic/PATCHES. Additionally: - replace hashes in backported patches with the ones from main Linux tree - add descriptions to some patches Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> [remove 004-add_sata_disk_activity_trigger.patch separately] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
29 lines
673 B
Diff
29 lines
673 B
Diff
--- a/arch/arm/boot/dts/armada-388-helios4.dts
|
|
+++ b/arch/arm/boot/dts/armada-388-helios4.dts
|
|
@@ -15,6 +15,13 @@
|
|
model = "Helios4";
|
|
compatible = "kobol,helios4", "marvell,armada388",
|
|
"marvell,armada385", "marvell,armada380";
|
|
+
|
|
+ aliases {
|
|
+ led-boot = &led_status;
|
|
+ led-failsafe = &led_status;
|
|
+ led-running = &led_status;
|
|
+ led-upgrade = &led_status;
|
|
+ };
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
@@ -70,10 +77,9 @@
|
|
|
|
system-leds {
|
|
compatible = "gpio-leds";
|
|
- status-led {
|
|
+ led_status: status-led {
|
|
label = "helios4:green:status";
|
|
gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
|
|
- linux,default-trigger = "heartbeat";
|
|
default-state = "on";
|
|
};
|
|
|