1 // SPDX-License-Identifier: GPL-2.0 1 2 /* 3 * phy-da8xx-usb - TI DaVinci DA8xx USB PHY dr 4 * 5 * Copyright (C) 2018 David Lechner <david@lec 6 */ 7 8 #ifndef __LINUX_PLATFORM_DATA_PHY_DA8XX_USB_H_ 9 #define __LINUX_PLATFORM_DATA_PHY_DA8XX_USB_H_ 10 11 #include <linux/regmap.h> 12 13 /** 14 * da8xx_usb_phy_platform_data 15 * @cfgchip: CFGCHIP syscon regmap 16 */ 17 struct da8xx_usb_phy_platform_data { 18 struct regmap *cfgchip; 19 }; 20 21 #endif /* __LINUX_PLATFORM_DATA_PHY_DA8XX_USB_ 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.