UBUNTU - ARM: igepv2: Adding support for VBUS and overcurrent
SRU Justification:
Impact: This patch is part of a series of fix for the IGEPv2. The board
features multiple GPIOs that must be initialized in order for signals to
be considered by the processor.
Fix: GPIOs for VBUS and over current are requested and their direction
set in the GPIO setup routine, part of the initial initialization of the
board.
Testcase: Booting the board without the fix will see input and outputs
from the external VBUS power switch and over current ignored.
>From 452f4fd729b6a464a91ab5e461189f2a0a637fe5 Mon Sep 17 00:00:00 2001
From: Enric Balletbo i Serra <eballetbo@gmail.com>
Date: Mon, 11 Oct 2010 10:08:18 -0600
Subject: [PATCH 1/6] UBUNTU - ARM: igepv2: Adding support for VBUS and overcurrent
GPIO for various devices are missing from the board initialization.
This patch adds support for the VBUS and over current gpios.
Without this patch, input/outputs from these two sources are ignored.
This work has also been submitted here:
http://marc.info/?l=linux-omap&m=128628834619169&w=2