summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-07-22 14:58:54 +0300
committerTom Rini <trini@konsulko.com>2020-08-05 06:30:02 +0300
commita965f4dfb522532f07f7ab18b54de1e01677ffea (patch)
tree4430e8b6c9e19e21771745e6c9b7113032a7c3ff /include
parent2d8e102cd2fbf639447b52f3cdfb748d9b667556 (diff)
downloadu-boot-a965f4dfb522532f07f7ab18b54de1e01677ffea.tar.xz
dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux
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>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/phy/phy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index 6c901930eb..7e657da454 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -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 */