[PATCH] dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux
Michal Simek
michal.simek at xilinx.com
Wed Jul 22 13:58:54 CEST 2020
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 at xilinx.com>
---
SGMII is in queue in Linux next.
---
include/dt-bindings/phy/phy.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index 6c901930eb3e..7e657da45420 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 */
--
2.27.0
More information about the U-Boot
mailing list