mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
ehci-platform: add the max clock number to 4
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>
This commit is contained in:
parent
d6b76c4ddb
commit
73577d6179
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user