mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-17 03:21:25 +00:00
* mvebu-dev: refresh all patches with quilt Cleaned up based on kernel 5.9.12. Signed-off-by: Rosen Penev <rosenp@gmail.com> * mvebu-current: refresh patches with quilt Based on kernel version 5.9.12 Signed-off-by: Rosen Penev <rosenp@gmail.com> * mvebu-legacy: refresh patches with quilt Based on kernel 4.19.161 Signed-off-by: Rosen Penev <rosenp@gmail.com> * mvebu-legacy: remove custom helios4 dts file This is already added upstream. No need to have it here. Continued refreshing the other patches. 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
|
|
@@ -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 {
|