diff options
author | Andre Wolokita <Andre.Wolokita@analog.com> | 2014-09-04 20:42:28 -0400 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2015-04-23 09:34:31 -0400 |
commit | bb717b33aa6b01abcc78c7a18dec343a3bde9574 (patch) | |
tree | 447338e6473068f7c3e7c883ca794df6433dc837 /arch/blackfin/kernel | |
parent | f7fee0366c861c66c9abc8ab9a250bea2dd53c8d (diff) |
debug-mmrs: Eliminate all traces of the USB_PHY_TEST MMR
Interacting with the USB_PHY_TEST MMR through debugfs was causing wide-spread
chaos in the realm (kernel panic). Expunge all references to this demonic
register.
Signed-off-by: Andre Wolokita <Andre.Wolokita@analog.com>
Diffstat (limited to 'arch/blackfin/kernel')
-rw-r--r-- | arch/blackfin/kernel/debug-mmrs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/debug-mmrs.c b/arch/blackfin/kernel/debug-mmrs.c index 947ad0832338..86b1cd3a0309 100644 --- a/arch/blackfin/kernel/debug-mmrs.c +++ b/arch/blackfin/kernel/debug-mmrs.c | |||
@@ -1620,7 +1620,6 @@ static int __init bfin_debug_mmrs_init(void) | |||
1620 | D16(USB_APHY_CNTRL); | 1620 | D16(USB_APHY_CNTRL); |
1621 | D16(USB_APHY_CALIB); | 1621 | D16(USB_APHY_CALIB); |
1622 | D16(USB_APHY_CNTRL2); | 1622 | D16(USB_APHY_CNTRL2); |
1623 | D16(USB_PHY_TEST); | ||
1624 | D16(USB_PLLOSC_CTRL); | 1623 | D16(USB_PLLOSC_CTRL); |
1625 | D16(USB_SRP_CLKDIV); | 1624 | D16(USB_SRP_CLKDIV); |
1626 | D16(USB_EP_NI0_TXMAXP); | 1625 | D16(USB_EP_NI0_TXMAXP); |