projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6b76c4
)
ehci-platform: add the max clock number to 4
author
Icenowy Zheng
<icenowy@aosc.xyz>
Fri, 12 Aug 2016 03:06:22 +0000
(11:06 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 15 Aug 2016 14:25:59 +0000
(16:25 +0200)
Allwinner A64 EHCI requires 4 clocks to be enabled.
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-platform.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-platform.c
b/drivers/usb/host/ehci-platform.c
index 6816b8c371d0cd3d9925cd78cfd70cfe4b7b812e..876dca4fc2162520603afdfd430e26d54b82531f 100644
(file)
--- a/
drivers/usb/host/ehci-platform.c
+++ b/
drivers/usb/host/ehci-platform.c
@@
-38,7
+38,7
@@
#include "ehci.h"
#define DRIVER_DESC "EHCI generic platform driver"
-#define EHCI_MAX_CLKS
3
+#define EHCI_MAX_CLKS
4
#define EHCI_MAX_RSTS 3
#define hcd_to_ehci_priv(h) ((struct ehci_platform_priv *)hcd_to_ehci(h)->priv)