All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux
@ 2020-07-22 11:58 Michal Simek
  2020-08-05 20:27 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-07-22 11:58 UTC (permalink / raw)
  To: u-boot

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux
  2020-07-22 11:58 [PATCH] dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux Michal Simek
@ 2020-08-05 20:27 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-08-05 20:27 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200805/00d9cb8b/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-05 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 11:58 [PATCH] dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux Michal Simek
2020-08-05 20:27 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.