hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/usb/host/ehci-fsl.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /* Copyright (C) 2005-2010,2012 Freescale Semiconductor, Inc.
33 * Copyright (c) 2005 MontaVista Software
44 */
....@@ -50,4 +50,7 @@
5050 #define UTMI_PHY_EN (1<<9)
5151 #define ULPI_PHY_CLK_SEL (1<<10)
5252 #define PHY_CLK_VALID (1<<17)
53
+
54
+/* Retry count for checking UTMI PHY CLK validity */
55
+#define UTMI_PHY_CLK_VALID_CHK_RETRY 5
5356 #endif /* _EHCI_FSL_H */