diff options
author | Marek Vasut <marex@denx.de> | 2016-05-06 20:10:37 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-05-21 01:36:38 +0200 |
commit | 6b699742d4795804d553deaf5163a0923bd27274 (patch) | |
tree | 7eb2c5635582d0500cf4e2be7a6a013a8c8401ee /arch/mips/mach-ath79/include/mach/ath79.h | |
parent | c31558780b50883bbbbb657592dc3391b2551353 (diff) |
mips: ath79: Add support for ungating USB on ar933x and ar934x
Add code to ungate the USB controller on ar933x and ar934x .
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips/mach-ath79/include/mach/ath79.h')
-rw-r--r-- | arch/mips/mach-ath79/include/mach/ath79.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/include/mach/ath79.h b/arch/mips/mach-ath79/include/mach/ath79.h index 90d80b8bc8..682b6a2ee5 100644 --- a/arch/mips/mach-ath79/include/mach/ath79.h +++ b/arch/mips/mach-ath79/include/mach/ath79.h @@ -140,4 +140,6 @@ static inline int soc_is_qca956x(void) return soc_is_tp9343() || soc_is_qca9561(); } +int ath79_usb_reset(void); + #endif /* __ASM_MACH_ATH79_H */ |