Skip to content

Commit 91d8d56

Browse files
author
Dharma Balasubiramani
committed
ARM: dts: at91: sam9x75_curiosity: Remap key code for user button
The Key1 of Qtouch sensor is used as a back button in EGT demo application. As sam9x75_curiosity doesn't have a QTouch sensor remap user button to generate key code of 11(KEY_0). Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
1 parent 0d21b84 commit 91d8d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
button-user {
3131
label = "USER";
3232
gpios = <&pioC 9 GPIO_ACTIVE_LOW>;
33-
linux,code = <KEY_PROG1>;
33+
linux,code = <KEY_0>;
3434
wakeup-source;
3535
};
3636
};

0 commit comments

Comments
 (0)