ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
authorSekhar Nori <nsekhar@ti.com>
Tue, 24 Apr 2018 14:35:06 +0000 (20:05 +0530)
committerSekhar Nori <nsekhar@ti.com>
Tue, 1 May 2018 11:46:02 +0000 (17:16 +0530)
commitd45622c0eaa5992a1a2248cbe93e1ff7a2da7be4
tree50622ac62dbc69a04a81816398c34c0a3a254f8d
parent67c6b6ff221f807180aea6dd597246f87e1dd98a
ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup

commit c4dc56be7e26 ("ARM: davinci: fix the GPIO lookup for omapl138-hawk")
fixed the GPIO chip name for look-up of MMC/SD CD and WP pins, but forgot
to change the GPIO numbers passed.

The GPIO numbers are not offsets from within a 32 GPIO bank. Fix the
GPIO numbers as well as remove the misleading comment.

Fixes: c4dc56be7e26 ("ARM: davinci: fix the GPIO lookup for omapl138-hawk")
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/board-omapl138-hawk.c