commit | 24de042ca4faa5dc1811d7b6a8b6eefd97ed7577 | [log] [tgz] |
---|---|---|
author | Grazvydas Ignotas <notasas@gmail.com> | Wed Nov 11 11:00:35 2009 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Wed Nov 11 11:04:08 2009 -0800 |
tree | f0b57ebf87bc3ea4f4e7afe95800b5990bee06dc | |
parent | 01943244552c6c747050e7d9d3a10ce31030b4e6 [diff] |
omap3: pandora: Fix keypad keymap The original TWL4030 keypad driver from linux-omap used KEY() macro defined as (col, row), but while it was merged upstream it was changed to use matrix keypad infrastructure, which uses (row, col) format. Update the keymap in board file to match layout of mainline driver. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>