summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/ci_hdrc_msm.c
diff options
context:
space:
mode:
authorIvan T. Ivanov2014-05-04 03:24:42 +0200
committerGreg Kroah-Hartman2014-05-23 04:36:44 +0200
commit3c6d98266d2028565510f0febe0592504b884f17 (patch)
treec9992e90c0b138d3c3d98a5b94c8c751f5a45097 /drivers/usb/chipidea/ci_hdrc_msm.c
parentusb: chipidea: msm: Add device tree support (diff)
downloadkernel-qcow2-linux-3c6d98266d2028565510f0febe0592504b884f17.tar.gz
kernel-qcow2-linux-3c6d98266d2028565510f0febe0592504b884f17.tar.xz
kernel-qcow2-linux-3c6d98266d2028565510f0febe0592504b884f17.zip
usb: chipidea: msm: Initialize offset of the capability registers
Since commit 62bb84e (usb: gadget: ci13xxx: convert to platform device) start address of the capability registers is not passed correctly to udc_probe(). Fix this. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea/ci_hdrc_msm.c')
-rw-r--r--drivers/usb/chipidea/ci_hdrc_msm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/ci_hdrc_msm.c b/drivers/usb/chipidea/ci_hdrc_msm.c
index 736aeb2a53d6..d72b9d2de2c5 100644
--- a/drivers/usb/chipidea/ci_hdrc_msm.c
+++ b/drivers/usb/chipidea/ci_hdrc_msm.c
@@ -47,6 +47,7 @@ static void ci_hdrc_msm_notify_event(struct ci_hdrc *ci, unsigned event)
static struct ci_hdrc_platform_data ci_hdrc_msm_platdata = {
.name = "ci_hdrc_msm",
+ .capoffset = DEF_CAPOFFSET,
.flags = CI_HDRC_REGS_SHARED |
CI_HDRC_REQUIRE_TRANSCEIVER |
CI_HDRC_DISABLE_STREAMING,