summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2021-08-17 03:45:26 +0300
committerDave Airlie <airlied@redhat.com>2021-08-17 03:53:52 +0300
commit397ab98e2d69cede84444a28eab77a171983d14e (patch)
tree2a85d9ac5b32b5d86a8d90890532cf34cbeec15e /include
parentf97a1b658052640e18d14dcefcb90f01ae9e0d95 (diff)
parentcb0927ab80d224c9074f53d1a55b087d12ec5a85 (diff)
downloadlinux-397ab98e2d69cede84444a28eab77a171983d14e.tar.xz
Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm into drm-next
This is the main pull for v5.15, after the early pull request with drm/scheduler conversion: * New a6xx GPU support: a680 and 7c3 * dsi: 7nm phi, sc7280 support, test pattern generator support * mdp4 fixes for older hw like the nexus7 * displayport fixes Signed-off-by: Dave Airlie <airlied@redhat.com> From: Rob Clark <robdclark@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGs_tyanTeDGMH1X+Uf4wdyy7jYj-CinGXXVETiYOESahw@mail.gmail.com
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/phy/phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index 887a31b250a8..f48c9acf251e 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -20,5 +20,7 @@
#define PHY_TYPE_XPCS 7
#define PHY_TYPE_SGMII 8
#define PHY_TYPE_QSGMII 9
+#define PHY_TYPE_DPHY 10
+#define PHY_TYPE_CPHY 11
#endif /* _DT_BINDINGS_PHY */