tegra-kbc.txt 476 B

123456789101112131415161718
  1. * Tegra keyboard controller
  2. Required properties:
  3. - compatible: "nvidia,tegra20-kbc"
  4. Optional properties:
  5. - debounce-delay: delay in milliseconds per row scan for debouncing
  6. - repeat-delay: delay in milliseconds before repeat starts
  7. - ghost-filter: enable ghost filtering for this device
  8. - wakeup-source: configure keyboard as a wakeup source for suspend/resume
  9. Example:
  10. keyboard: keyboard {
  11. compatible = "nvidia,tegra20-kbc";
  12. reg = <0x7000e200 0x100>;
  13. ghost-filter;
  14. };