mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
Some of these get applied at wrong offsets or have fuzz. Fix. Remove patch 93. It's already upstream. It also has other fixes applied to it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
21 lines
409 B
Diff
21 lines
409 B
Diff
--- a/arch/arm/boot/dts/armada-388-helios4.dts
|
|
+++ b/arch/arm/boot/dts/armada-388-helios4.dts
|
|
@@ -96,6 +96,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 {
|