
wd@denx.de wrote on Monday, June 19, 2006 2:25 AM:
This patch replaces the patch add-support-for-ps2-keyboard-on-tqm8540-board.patch send to this list on Thu 17. Nov 2005.
Add support for PS/2 keyboard on TQM8540 board Patch by Martin Krause, 02 Dez 2005
I applied (and tried to fix) the previous patch. Note that the board names have been changed since, so even your newer patch does not apply cleanly. Please check the code in the git repo and supply any required updates relative to the current code.
Attached an updated patch:
Fix support for PS/2 keyboard on TQM85xx boards
The PS/2 keyobard driver for the TQM85xx modules only supports the internal DUART of the MPC85xx CPU. Since the MPC8560 doesn't include a DUART, the TQM8560 modules can't be used with the PS/2 keyboard controller on the STK85xx board.
The PS/2 keyboard driver should work with the modules TQM8540, TQM8541 and TQM8555, but it only has been tested on a TQM8540, yet.
Make sure the PS/2 controller on the STK85xx is programmed. Jumper settings: X66 1-2, 9-10; X61 2-3
Signed-off-by: Martin.Krause martin.krause@tqs.de
CHANGELOG:
* Fix support for PS/2 keyboard on TQM85xx boards Patch by Martin Krause, 21 Jun 2006
The PS/2 keyobard driver for the TQM85xx modules only supports the internal DUART of the MPC85xx CPU. Since the MPC8560 doesn't include a DUART, the TQM8560 modules can't be used with the PS/2 keyboard controller on the STK85xx board.
The PS/2 keyboard driver should work with the modules TQM8540, TQM8541 and TQM8555, but it only has been tested on a TQM8540, yet