aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
diff options
context:
space:
mode:
authorAndre Wolokita <Andre.Wolokita@analog.com>2014-09-04 20:42:28 -0400
committerSteven Miao <realmz6@gmail.com>2015-04-23 09:34:31 -0400
commitbb717b33aa6b01abcc78c7a18dec343a3bde9574 (patch)
tree447338e6473068f7c3e7c883ca794df6433dc837 /arch/blackfin/kernel
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')
-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)
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);