diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/s3c-hsotg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 1f73b485732..a6d725dd733 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c | |||
@@ -2730,6 +2730,9 @@ static void s3c_hsotg_init(struct s3c_hsotg *hsotg) | |||
2730 | 2730 | ||
2731 | writel(0, hsotg->regs + S3C_DAINTMSK); | 2731 | writel(0, hsotg->regs + S3C_DAINTMSK); |
2732 | 2732 | ||
2733 | /* Be in disconnected state until gadget is registered */ | ||
2734 | __orr32(hsotg->regs + S3C_DCTL, S3C_DCTL_SftDiscon); | ||
2735 | |||
2733 | if (0) { | 2736 | if (0) { |
2734 | /* post global nak until we're ready */ | 2737 | /* post global nak until we're ready */ |
2735 | writel(S3C_DCTL_SGNPInNAK | S3C_DCTL_SGOUTNak, | 2738 | writel(S3C_DCTL_SGNPInNAK | S3C_DCTL_SGOUTNak, |