aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy/phy.h
diff options
context:
space:
mode:
authorVivek Gautam <vivek.gautam@codeaurora.org>2017-10-12 11:49:33 +0530
committerKishon Vijay Abraham I <kishon@ti.com>2017-10-23 11:19:27 +0530
commitfd3e4c98e6e7a12dc47ef98ee12c0c3c024b5ee9 (patch)
tree7d9e79fd66fb06ad29cfca484f409981dbd1d429 /include/linux/phy/phy.h
parentdt-bindings: phy: Add PHY_TYPE_UFS definition (diff)
downloadlinux-dev-fd3e4c98e6e7a12dc47ef98ee12c0c3c024b5ee9.tar.xz
linux-dev-fd3e4c98e6e7a12dc47ef98ee12c0c3c024b5ee9.zip
phy: Add UFS PHY modes
UFS phy has two modes for each High speed generation. These modes are identified by two rates of operations - Rate A, and Rate B. Add these UFS phy modes to phy framework. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/linux/phy/phy.h')
-rw-r--r--include/linux/phy/phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index 10888a717860..194d08174516 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -29,6 +29,8 @@ enum phy_mode {
PHY_MODE_USB_OTG,
PHY_MODE_SGMII,
PHY_MODE_10GKR,
+ PHY_MODE_UFS_HS_A,
+ PHY_MODE_UFS_HS_B,
};
/**