]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: seaboard: Correct the gpio_request() call
authorSimon Glass <sjg@chromium.org>
Tue, 10 Mar 2015 01:12:57 +0000 (19:12 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:35:13 +0000 (14:35 +0200)
commit5b8c17e96547dfa596eb9cd9a30b216fc90bd3d9
treee7b1d1e901f4ebe3f075d6629ad2096deabd5023
parent1c2da9dfe60876a2e271c6a1308507e011a6aa26
tegra: seaboard: Correct the gpio_request() call

Requesting a GPIO without a name is not supposed anymore. This causes the
request to fail. Add a name so that the serial console works on seaboard.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/nvidia/seaboard/seaboard.c