blob: ef5df665ba4c6dd86e86630def9d3a166167ef46 [file] [log] [blame]
developerc66d4ac2021-09-17 16:27:09 +08001From cea0f76a483d1270ac6f6513964e3e75193dda48 Mon Sep 17 00:00:00 2001
2From: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
3Date: Mon, 29 Jun 2020 15:00:52 +0300
4Subject: [PATCH 3/5] dt-bindings: phy: Add DT bindings for Xilinx ZynqMP PSGTR
5 PHY
6
7Add DT bindings for the Xilinx ZynqMP PHY. ZynqMP SoCs have a High Speed
8Processing System Gigabit Transceiver which provides PHY capabilities to
9USB, SATA, PCIE, Display Port and Ehernet SGMII controllers.
10
11Signed-off-by: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
12Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13Reviewed-by: Rob Herring <robh@kernel.org>
14Link: https://lore.kernel.org/r/20200629120054.29338-2-laurent.pinchart@ideasonboard.com
15Signed-off-by: Vinod Koul <vkoul@kernel.org>
16---
17 include/dt-bindings/phy/phy.h | 1 +
18 1 file changed, 1 insertion(+)
19
20diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
21index 3727ef72138b..36e8c241cf48 100644
22--- a/include/dt-bindings/phy/phy.h
23+++ b/include/dt-bindings/phy/phy.h
24@@ -18,5 +18,6 @@
25 #define PHY_TYPE_UFS 5
26 #define PHY_TYPE_DP 6
27 #define PHY_TYPE_XPCS 7
28+#define PHY_TYPE_SGMII 8
29
30 #endif /* _DT_BINDINGS_PHY */
31--
322.18.0
33