From 905276c4319174d52de0e45fc9b22f599497be47 Mon Sep 17 00:00:00 2001
From: Daniel Tang
Date: Wed, 11 Feb 2015 12:44:58 +0800
Subject: [PATCH] Chipidea: Set connect-at-fullspeed bit when entering host
mode if CI_HDRC_FORCE_FULLSPEED is set in the platform data
PORTSC_PFSC is not set on entering host mode which means the USB OTG
controller will attempt to enumerate USB devices at high speed even when the
CI_HDRC_FORCE_FULLSPEED flag is set in the platform data.
This patch ensures it is set right before host mode operations begin if needed.
Signed-off-by: Daniel Tang
Signed-off-by: Peter Chen
Signed-off-by: Greg Kroah-Hartman
---
Reading git-format-patch failed