From 269a7d3871e83254d8ca6dab5e987f75bac6603d Mon Sep 17 00:00:00 2001 From: Anurag Kumar Vulisha Date: Tue, 17 May 2016 16:48:57 +0530 Subject: [PATCH] phy: Add Display port and SGMII type PHYs This patch adds two new macros for specifying Display Port and SGMII PHYs. Signed-off-by: Anurag Kumar Vulisha Tested-by: Hyun Kwon --- include/dt-bindings/phy/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h index 6c901930eb3..3a840416786 100644 --- a/include/dt-bindings/phy/phy.h +++ b/include/dt-bindings/phy/phy.h @@ -15,5 +15,7 @@ #define PHY_TYPE_PCIE 2 #define PHY_TYPE_USB2 3 #define PHY_TYPE_USB3 4 +#define PHY_TYPE_DP 5 +#define PHY_TYPE_SGMII 6 #endif /* _DT_BINDINGS_PHY */ -- 2.47.3