dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux
authorMichal Simek <michal.simek@xilinx.com>
Wed, 22 Jul 2020 11:58:54 +0000 (13:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 5 Aug 2020 03:30:02 +0000 (23:30 -0400)
Add 4 new phy types which are present in Linux kernel.
DP and SGMII types are used on Xilinx ZynqMP devices.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/dt-bindings/phy/phy.h

index 6c90193..7e657da 100644 (file)
@@ -15,5 +15,9 @@
 #define PHY_TYPE_PCIE          2
 #define PHY_TYPE_USB2          3
 #define PHY_TYPE_USB3          4
+#define PHY_TYPE_UFS           5
+#define PHY_TYPE_DP            6
+#define PHY_TYPE_XPCS          7
+#define PHY_TYPE_SGMII         8
 
 #endif /* _DT_BINDINGS_PHY */