diff options
author | George Cherian <george.cherian@ti.com> | 2013-03-14 06:35:24 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 05:18:13 -0400 |
commit | d4436c3a6e4ea3000b794eb61e0fc1db46d14175 (patch) | |
tree | f33bc801a1a44f158bba053a144e5d6b988eed48 /drivers/usb/dwc3/debugfs.c | |
parent | 40b8156f9426db48d5d648cdc95bd0789981e9f4 (diff) |
usb: dwc3: core: fix wrong OTG event regitser offset
This patch fixes the wrong OTG_EVT,OTG_EVTEN and OTG_STS register
offsets.
While at that, also add a missing register to debugfs regdump
utility.
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/debugfs.c')
-rw-r--r-- | drivers/usb/dwc3/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c index 8b23d0455b1c..9e9f122162f2 100644 --- a/drivers/usb/dwc3/debugfs.c +++ b/drivers/usb/dwc3/debugfs.c | |||
@@ -372,6 +372,7 @@ static const struct debugfs_reg32 dwc3_regs[] = { | |||
372 | 372 | ||
373 | dump_register(OCFG), | 373 | dump_register(OCFG), |
374 | dump_register(OCTL), | 374 | dump_register(OCTL), |
375 | dump_register(OEVT), | ||
375 | dump_register(OEVTEN), | 376 | dump_register(OEVTEN), |
376 | dump_register(OSTS), | 377 | dump_register(OSTS), |
377 | }; | 378 | }; |