tegra-kbc.txt 743 B

123456789101112131415161718192021222324
  1. * Tegra keyboard controller
  2. Required properties:
  3. - compatible: "nvidia,tegra20-kbc"
  4. Optional properties, in addition to those specified by the shared
  5. matrix-keyboard bindings:
  6. - linux,fn-keymap: a second keymap, same specification as the
  7. matrix-keyboard-controller spec but to be used when the KEY_FN modifier
  8. key is pressed.
  9. - nvidia,debounce-delay-ms: delay in milliseconds per row scan for debouncing
  10. - nvidia,repeat-delay-ms: delay in milliseconds before repeat starts
  11. - nvidia,ghost-filter: enable ghost filtering for this device
  12. - nvidia,wakeup-source: configure keyboard as a wakeup source for suspend/resume
  13. Example:
  14. keyboard: keyboard {
  15. compatible = "nvidia,tegra20-kbc";
  16. reg = <0x7000e200 0x100>;
  17. nvidia,ghost-filter;
  18. };