diff options
author | Andre Wolokita <Andre.Wolokita@analog.com> | 2014-09-05 04:42:28 +0400 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2015-04-23 16:34:31 +0300 |
commit | bb717b33aa6b01abcc78c7a18dec343a3bde9574 (patch) | |
tree | 447338e6473068f7c3e7c883ca794df6433dc837 /arch/blackfin/kernel/debug-mmrs.c | |
parent | f7fee0366c861c66c9abc8ab9a250bea2dd53c8d (diff) | |
download | linux-bb717b33aa6b01abcc78c7a18dec343a3bde9574.tar.xz |
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/debug-mmrs.c')
-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) D16(USB_APHY_CNTRL); D16(USB_APHY_CALIB); D16(USB_APHY_CNTRL2); - D16(USB_PHY_TEST); D16(USB_PLLOSC_CTRL); D16(USB_SRP_CLKDIV); D16(USB_EP_NI0_TXMAXP); |