Skip to content

Commit

Permalink
ARM: dts: omap3-devkit8000: Add keymap support
Browse files Browse the repository at this point in the history
The keymap is convert in devicetree from the legacy board file.

Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
[tony@atomide.com: added missing sign as noted by Anthoine]
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Anthoine Bourgeois authored and Tony Lindgren committed Aug 6, 2015
1 parent f678790 commit 26fa892
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm/boot/dts/omap3-devkit8000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,27 @@
ti,pulldowns = <0x03a1c6>;
};

&twl_keypad {
linux,keymap = <MATRIX_KEY(0, 0, KEY_1)
MATRIX_KEY(1, 0, KEY_2)
MATRIX_KEY(2, 0, KEY_3)
MATRIX_KEY(0, 1, KEY_4)
MATRIX_KEY(1, 1, KEY_5)
MATRIX_KEY(2, 1, KEY_6)
MATRIX_KEY(3, 1, KEY_F5)
MATRIX_KEY(0, 2, KEY_7)
MATRIX_KEY(1, 2, KEY_8)
MATRIX_KEY(2, 2, KEY_9)
MATRIX_KEY(3, 2, KEY_F6)
MATRIX_KEY(0, 3, KEY_F7)
MATRIX_KEY(1, 3, KEY_0)
MATRIX_KEY(2, 3, KEY_F8)
MATRIX_KEY(4, 5, KEY_RESERVED)
MATRIX_KEY(4, 4, KEY_VOLUMEUP)
MATRIX_KEY(5, 5, KEY_VOLUMEDOWN)
>;
};

&wdt2 {
status = "disabled";
};
Expand Down

0 comments on commit 26fa892

Please sign in to comment.