mirror of
https://github.com/armbian/build.git
synced 2025-08-15 23:56:57 +02:00
* Initial work on bringing mvebu to 6.0 * Switch mvebu edge to 6.1 * Remove link leftover * Update kernel config Co-authored-by: Igor <igor@armbian.com>
22 lines
409 B
Diff
22 lines
409 B
Diff
--- a/arch/arm/boot/dts/armada-388-helios4.dts
|
|
+++ b/arch/arm/boot/dts/armada-388-helios4.dts
|
|
@@ -84,6 +84,18 @@
|
|
};
|
|
};
|
|
|
|
+ gpio-keys {
|
|
+ compatible = "gpio-keys";
|
|
+ pinctrl-0 = <µsom_phy0_int_pins>;
|
|
+
|
|
+ wol {
|
|
+ label = "Wake-On-LAN";
|
|
+ linux,code = <KEY_WAKEUP>;
|
|
+ gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
|
|
+ wakeup-source;
|
|
+ };
|
|
+ };
|
|
+
|
|
io-leds {
|
|
compatible = "gpio-leds";
|
|
sata1-led {
|