From: Wu Liang feng Date: Thu, 24 Mar 2016 08:20:17 +0000 (+0800) Subject: usb: dwc3: add DWC3_GUCTL1 reg X-Git-Tag: firefly_0821_release~3011 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33a8a91509789f365dc9b9a353aca0901c037886;p=firefly-linux-kernel-4.4.55.git usb: dwc3: add DWC3_GUCTL1 reg Change-Id: I67dfabf539b85281904b9c4dfbc764bacecb7ac3 Signed-off-by: Wu Liang feng --- diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 4e0a319da9da..32ac0dd5a97e 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -86,6 +86,7 @@ #define DWC3_GCTL 0xc110 #define DWC3_GEVTEN 0xc114 #define DWC3_GSTS 0xc118 +#define DWC3_GUCTL1 0xc11c #define DWC3_GSNPSID 0xc120 #define DWC3_GGPIO 0xc124 #define DWC3_GUID 0xc128 diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c index 9ac37fe1b6a7..26eb34ce0144 100644 --- a/drivers/usb/dwc3/debugfs.c +++ b/drivers/usb/dwc3/debugfs.c @@ -47,6 +47,7 @@ static const struct debugfs_reg32 dwc3_regs[] = { dump_register(GCTL), dump_register(GEVTEN), dump_register(GSTS), + dump_register(GUCTL1), dump_register(GSNPSID), dump_register(GGPIO), dump_register(GUID),