9
0
Fork 0

OWHW: Fix GPIO assignment for GPIO button (1_25 instead of 1_22)

This commit is contained in:
Harald Welte 2015-11-05 16:15:15 +01:00 committed by Holger Hans Peter Freyther
parent 66c14d49d1
commit 53a92664d2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
button@0 {
label = "rest";
linux,code = <KEY_HOME>; /* KEY_F6 */
gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
};
};