Skip to content

Commit a58b512

Browse files
committed
Merge branch 'at91-5.10-trunk/dt' into linux-5.10-at91
2 parents 53a7edf + d0a8689 commit a58b512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/at91-sama5d4_xplained.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88
/dts-v1/;
99
#include "sama5d4.dtsi"
10+
#include <dt-bindings/input/input.h>
1011

1112
/ {
1213
model = "Atmel SAMA5D4 Xplained";
@@ -240,7 +241,7 @@
240241
pb_user1 {
241242
label = "pb_user1";
242243
gpios = <&pioE 8 GPIO_ACTIVE_HIGH>;
243-
linux,code = <0x100>;
244+
linux,code = <KEY_PROG1>;
244245
wakeup-source;
245246
};
246247
};

0 commit comments

Comments
 (0)