From: Vivek Gautam Date: Thu, 12 Oct 2017 06:19:32 +0000 (+0530) Subject: dt-bindings: phy: Add PHY_TYPE_UFS definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=55b20e8de9b25da3c2017131afef7e7e3e0e0202;p=linux.git dt-bindings: phy: Add PHY_TYPE_UFS definition Add definition for UFS phy type. Signed-off-by: Vivek Gautam Signed-off-by: Kishon Vijay Abraham I --- diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h index 6c901930eb3ee..d16e8755f6a91 100644 --- a/include/dt-bindings/phy/phy.h +++ b/include/dt-bindings/phy/phy.h @@ -15,5 +15,6 @@ #define PHY_TYPE_PCIE 2 #define PHY_TYPE_USB2 3 #define PHY_TYPE_USB3 4 +#define PHY_TYPE_UFS 5 #endif /* _DT_BINDINGS_PHY */