From: Quentin Schulz Date: Thu, 4 Oct 2018 12:22:03 +0000 (+0200) Subject: phy: add QSGMII and PCIE modes X-Git-Tag: for-linus-20181026~43^2~168^2~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c2a90025ad09d830c8d8ae69f485eac6aaaa2472;p=linux-block.git phy: add QSGMII and PCIE modes Prepare for upcoming phys that'll handle QSGMII or PCIe. Reviewed-by: Florian Fainelli Signed-off-by: Quentin Schulz Signed-off-by: David S. Miller --- diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 9713aebdd348..03b319f89a34 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -37,9 +37,11 @@ enum phy_mode { PHY_MODE_USB_OTG, PHY_MODE_SGMII, PHY_MODE_2500SGMII, + PHY_MODE_QSGMII, PHY_MODE_10GKR, PHY_MODE_UFS_HS_A, PHY_MODE_UFS_HS_B, + PHY_MODE_PCIE, }; /**