diff mbox series

dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux

Message ID 2b508b72ef88640d1bf4089b53a168865c168e7a.1595419116.git.michal.simek@xilinx.com
State Accepted
Commit a965f4dfb522532f07f7ab18b54de1e01677ffea
Delegated to: Tom Rini
Headers show
Series dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux | expand

Commit Message

Michal Simek July 22, 2020, 11:58 a.m. UTC
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>
---

SGMII is in queue in Linux next.
---
 include/dt-bindings/phy/phy.h | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini Aug. 5, 2020, 8:27 p.m. UTC | #1
On Wed, Jul 22, 2020 at 01:58:54PM +0200, Michal Simek wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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 */