| Olof Johansson | a445c7f | 2011-12-29 09:58:16 -0800 | [diff] [blame] | 1 | * Tegra keyboard controller |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: "nvidia,tegra20-kbc" |
| 5 | |
| 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 |
| 11 | |
| 12 | Example: |
| 13 | |
| 14 | keyboard: keyboard { |
| 15 | compatible = "nvidia,tegra20-kbc"; |
| 16 | reg = <0x7000e200 0x100>; |
| 17 | ghost-filter; |
| 18 | }; |