]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: exynos: Make sure that GPIOs are requested
authorSimon Glass <sjg@chromium.org>
Tue, 21 Oct 2014 01:48:39 +0000 (19:48 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:33 +0000 (10:36 -0600)
With driver model GPIOs must be requested before use. Make sure this is
done correctly.

(Note that the soft SPI part of universal is omitted, since this driver
is about to be replaced with a driver-model-aware version)

Signed-off-by: Simon Glass <sjg@chromium.org>

No differences found