diff options
author | Andre Wolokita <Andre.Wolokita@analog.com> | 2014-09-05 10:42:28 +1000 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2015-04-23 21:34:31 +0800 |
commit | bb717b33aa6b01abcc78c7a18dec343a3bde9574 (patch) | |
tree | 447338e6473068f7c3e7c883ca794df6433dc837 /arch/blackfin/mach-bf548/include/mach/cdefBF547.h | |
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/mach-bf548/include/mach/cdefBF547.h')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/cdefBF547.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/cdefBF547.h b/arch/blackfin/mach-bf548/include/mach/cdefBF547.h index bcb9726dea54..be83f645bba8 100644 --- a/arch/blackfin/mach-bf548/include/mach/cdefBF547.h +++ b/arch/blackfin/mach-bf548/include/mach/cdefBF547.h @@ -408,10 +408,6 @@ #define bfin_read_USB_APHY_CNTRL2() bfin_read16(USB_APHY_CNTRL2) #define bfin_write_USB_APHY_CNTRL2(val) bfin_write16(USB_APHY_CNTRL2, val) -/* (PHY_TEST is for ADI usage only) */ - -#define bfin_read_USB_PHY_TEST() bfin_read16(USB_PHY_TEST) -#define bfin_write_USB_PHY_TEST(val) bfin_write16(USB_PHY_TEST, val) #define bfin_read_USB_PLLOSC_CTRL() bfin_read16(USB_PLLOSC_CTRL) #define bfin_write_USB_PLLOSC_CTRL(val) bfin_write16(USB_PLLOSC_CTRL, val) #define bfin_read_USB_SRP_CLKDIV() bfin_read16(USB_SRP_CLKDIV) |