]> git.ipfire.org Git - people/ms/u-boot.git/commit
input: Correct key_matrix fdt decoding
authorSimon Glass <sjg@chromium.org>
Thu, 27 Sep 2012 15:18:40 +0000 (15:18 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:04 +0000 (11:54 -0700)
commit00f1099e09d627632b60a3a29cb1bce2339510a7
tree3c16698dcbc58c85cef35354e8a7b663a9000e3d
parent92eee7cde155d75c53a048eb93116ea8ea62db10
input: Correct key_matrix fdt decoding

Some issues with this were not addressed in the previous series. Fix up
the binding decoding to deal with what is actually expected in the fdt.

This corrects the broken keyboard on seaboard.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/input/key_matrix.c