blob: c6336e54e266f67efbb989791600d1b7929a9a2f [file] [log] [blame]
Angel Ponsa2ee7612020-04-04 18:51:15 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Hung-Te Lin2fc3b622013-10-21 21:43:03 +08002
3#ifndef __SOC_NVIDIA_TEGRA_USB_H__
4#define __SOC_NVIDIA_TEGRA_USB_H__
5
Hung-Te Lin2fc3b622013-10-21 21:43:03 +08006enum usb_phy_type { /* For use in lpm_ctrl[31:29] */
7 USB_PHY_UTMIP = 0,
8 USB_PHY_ULPI = 2,
9 USB_PHY_ICUSB_SER = 3,
10 USB_PHY_HSIC = 4,
11};
12
Furquan Shaikh22967742014-08-06 09:53:55 -070013void usb_setup_utmip(void *usb_base);
14
Hung-Te Lin2fc3b622013-10-21 21:43:03 +080015#endif