diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-06 16:02:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-06 16:02:14 +1000 |
commit | 88a29f8c5ff97f9e134005d620613f3f9c1aa81a (patch) | |
tree | 33e679f682f3bc44cde95a1930c307eddf28b53c /Documentation | |
parent | eb7205b7cbff5f9ddafedf82b62590aae0a72dc0 (diff) | |
parent | 5474d49b2f79b41f2ab09b0deb9d97d47b18d094 (diff) | |
download | linux-stable-88a29f8c5ff97f9e134005d620613f3f9c1aa81a.tar.gz linux-stable-88a29f8c5ff97f9e134005d620613f3f9c1aa81a.tar.bz2 linux-stable-88a29f8c5ff97f9e134005d620613f3f9c1aa81a.zip |
Merge tag 'mediatek-drm-next-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Mediatek DRM Next for Linux 6.12
1. Support alpha blending
2. Remove cl in struct cmdq_pkt
3. Fixup for ovl adaptor
4. Declare Z Position for all planes
5. Drop unnecessary check for property presence
6. Add dsi per-frame lp code for mt8188
7. Fix missing configuration flags in mtk_crtc_ddp_config()
8. Use spin_lock_irqsave() for CRTC event lock
9. Add power domain binding to the mediatek DPI controller
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240901131354.2686-1-chunkuang.hu@kernel.org
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml index 5ca7679d5427..3a82aec9021c 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml @@ -62,6 +62,9 @@ properties: - const: default - const: sleep + power-domains: + maxItems: 1 + port: $ref: /schemas/graph.yaml#/properties/port description: @@ -76,6 +79,20 @@ required: - clock-names - port +allOf: + - if: + not: + properties: + compatible: + contains: + enum: + - mediatek,mt6795-dpi + - mediatek,mt8173-dpi + - mediatek,mt8186-dpi + then: + properties: + power-domains: false + additionalProperties: false examples: |