USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
[ Upstream commit 2c2322fbcab8102b8cadc09d66714700a2da42c2 ] On Palm TE nothing happens when you try to use gadget drivers and plug the USB cable. Fix by adding the board to the vbus sense quirk list. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
09542b329d
commit
026e6bd1a4
1 changed files with 1 additions and 0 deletions
|
@ -2037,6 +2037,7 @@ static inline int machine_without_vbus_sense(void)
|
||||||
{
|
{
|
||||||
return machine_is_omap_innovator()
|
return machine_is_omap_innovator()
|
||||||
|| machine_is_omap_osk()
|
|| machine_is_omap_osk()
|
||||||
|
|| machine_is_omap_palmte()
|
||||||
|| machine_is_sx1()
|
|| machine_is_sx1()
|
||||||
/* No known omap7xx boards with vbus sense */
|
/* No known omap7xx boards with vbus sense */
|
||||||
|| cpu_is_omap7xx();
|
|| cpu_is_omap7xx();
|
||||||
|
|
Loading…
Add table
Reference in a new issue