From: Anurag Kumar Vulisha Date: Tue, 17 May 2016 11:18:57 +0000 (+0530) Subject: phy: Add Display port and SGMII type PHYs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=269a7d3871e83254d8ca6dab5e987f75bac6603d;p=thirdparty%2Fu-boot.git 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 --- 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 */