Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ Params: gpio GPIO pin to trigger on (default 3)
(GPIO3) has an external pullup
label Set a label for the key
keycode Set the key code for the button
autorepeat Set the key to autorepeat



Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/gpio-key-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
keycode = <&key>,"linux,code:0";
gpio_pull = <&pin_state>,"brcm,pull:0";
active_low = <&key>,"gpios:8";
autorepeat = <&button>,"autorepeat?";
};

};