blob: 7bd1ca75b984f4081ff73e680964bf32b3e9d7fb [file] [log] [blame]
developerc66d4ac2021-09-17 16:27:09 +08001From c5d3cdad688ed75fb311a3a671eb30ba7106d7d3 Mon Sep 17 00:00:00 2001
2From: Dilip Kota <eswara.kota@linux.intel.com>
3Date: Tue, 19 May 2020 14:19:19 +0800
4Subject: [PATCH 2/5] dt-bindings: phy: Add PHY_TYPE_XPCS definition
5
6Add definition for Ethernet PCS phy type.
7
8Signed-off-by: Dilip Kota <eswara.kota@linux.intel.com>
9Acked-by: Rob Herring <robh@kernel.org>
10Acked-By: Vinod Koul <vkoul@kernel.org>
11Link: https://lore.kernel.org/r/6091f0d2a1046f1e3656d9e33b6cc433d5465eaf.1589868358.git.eswara.kota@linux.intel.com
12Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
13---
14 include/dt-bindings/phy/phy.h | 1 +
15 1 file changed, 1 insertion(+)
16
17diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
18index 1f3f866fae7b..3727ef72138b 100644
19--- a/include/dt-bindings/phy/phy.h
20+++ b/include/dt-bindings/phy/phy.h
21@@ -17,5 +17,6 @@
22 #define PHY_TYPE_USB3 4
23 #define PHY_TYPE_UFS 5
24 #define PHY_TYPE_DP 6
25+#define PHY_TYPE_XPCS 7
26
27 #endif /* _DT_BINDINGS_PHY */
28--
292.18.0
30