kernel-doc: fix new warnings in debugfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / input / tegra-kbc.txt
blob5ecfa99089b4753d8f3345641ce8aca37536369b
1 * Tegra keyboard controller
3 Required properties:
4 - compatible: "nvidia,tegra20-kbc"
6 Optional properties:
7 - debounce-delay: delay in milliseconds per row scan for debouncing
8 - repeat-delay: delay in milliseconds before repeat starts
9 - ghost-filter: enable ghost filtering for this device
10 - wakeup-source: configure keyboard as a wakeup source for suspend/resume
12 Example:
14 keyboard: keyboard {
15         compatible = "nvidia,tegra20-kbc";
16         reg = <0x7000e200 0x100>;
17         ghost-filter;