]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: exynos5420: Leave VBUS GPIO configuration up to common code
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 5 Dec 2014 20:46:41 +0000 (21:46 +0100)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 22 Dec 2014 11:49:41 +0000 (20:49 +0900)
commit68904c83226d8bd519d7937958df578b26719ce2
tree6b169b83d92842e6dc2d62ce0e1b049c43cae70d
parentce88a25cc28a5ad76826c3ed0270d274bbd84de9
ARM: exynos5420: Leave VBUS GPIO configuration up to common code

Since commit 4a271cb1b4ffdf330 (exynos: usb: Switch USB VBUS GPIOs to be
device tree configured) it's not needed for the board specific files to
turn on the VBUS GPIO by hand as that gets done based on device tree. So
drop the redundant code from the SMDK5420 board file.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk5420/smdk5420.c