summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/debug-mmrs.c
diff options
context:
space:
mode:
authorAndre Wolokita <Andre.Wolokita@analog.com>2014-09-05 10:42:28 +1000
committerSteven Miao <realmz6@gmail.com>2015-04-23 21:34:31 +0800
commitbb717b33aa6b01abcc78c7a18dec343a3bde9574 (patch)
tree447338e6473068f7c3e7c883ca794df6433dc837 /arch/blackfin/kernel/debug-mmrs.c
parentf7fee0366c861c66c9abc8ab9a250bea2dd53c8d (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/debug-mmrs.c')
-rw-r--r--arch/blackfin/kernel/debug-mmrs.c1
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);