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+ */2 2 /* Copyright (C) 2005-2010,2012 Freescale Semiconductor, Inc. 3 3 * Copyright (c) 2005 MontaVista Software 4 4 */ .. .. @@ -50,4 +50,7 @@ 50 50 #define UTMI_PHY_EN (1<<9) 51 51 #define ULPI_PHY_CLK_SEL (1<<10) 52 52 #define PHY_CLK_VALID (1<<17) 53 +54 +/* Retry count for checking UTMI PHY CLK validity */55 +#define UTMI_PHY_CLK_VALID_CHK_RETRY 553 56 #endif /* _EHCI_FSL_H */