projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8e102
)
dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 22 Jul 2020 11:58:54 +0000
(13:58 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 5 Aug 2020 03:30:02 +0000
(23:30 -0400)
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>
include/dt-bindings/phy/phy.h
patch
|
blob
|
history
diff --git
a/include/dt-bindings/phy/phy.h
b/include/dt-bindings/phy/phy.h
index 6c901930eb3eed80c255aec45e442396bf14b1d2..7e657da45420842b30b84076f07bed1a590805b8 100644
(file)
--- 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 */