We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92aade3 + 6057c95 commit b1687dfCopy full SHA for b1687df
1 file changed
arch/arm/boot/dts/at91-sama5d2_icp.dts
@@ -12,6 +12,7 @@
12
#include "sama5d2.dtsi"
13
#include "sama5d2-pinfunc.h"
14
#include <dt-bindings/gpio/gpio.h>
15
+#include <dt-bindings/input/input.h>
16
#include <dt-bindings/mfd/atmel-flexcom.h>
17
18
/ {
@@ -51,7 +52,7 @@
51
52
sw4 {
53
label = "USER_PB1";
54
gpios = <&pioA PIN_PD0 GPIO_ACTIVE_LOW>;
- linux,code = <0x104>;
55
+ linux,code = <KEY_PROG1>;
56
wakeup-source;
57
};
58
0 commit comments