From: Quanyang Wang <[email protected]> Add new ulpi IDs which are available on S32G-EVB and Aptiv boards.
Signed-off-by: Quanyang Wang <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> --- drivers/usb/phy/phy-ulpi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/phy/phy-ulpi.c b/drivers/usb/phy/phy-ulpi.c index e683a37e3a7a2..cbf3fb1a1d477 100644 --- a/drivers/usb/phy/phy-ulpi.c +++ b/drivers/usb/phy/phy-ulpi.c @@ -37,6 +37,8 @@ static struct ulpi_info ulpi_ids[] = { ULPI_INFO(ULPI_ID(0x0424, 0x0007), "SMSC USB3320"), ULPI_INFO(ULPI_ID(0x0424, 0x0009), "SMSC USB334x"), ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"), + ULPI_INFO(ULPI_ID(0x04cc, 0x1508), "NXP SAF1508"), + ULPI_INFO(ULPI_ID(0x0483, 0x4f4b), "ST STULPI01A"), }; static int ulpi_set_otg_flags(struct usb_phy *phy) -- 2.36.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12308): https://lists.yoctoproject.org/g/linux-yocto/message/12308 Mute This Topic: https://lists.yoctoproject.org/mt/97817796/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
