]> Git Repo - linux.git/blobdiff - Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
Merge tag 'mediatek-drm-next-6.13' of https://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / Documentation / devicetree / bindings / display / mediatek / mediatek,dpi.yaml
index b567e3d58aa1d6ac8fce076feb336660e2b560a9..0f1e556dc8ef3d4668ada0f925e4f1f0f6662c08 100644 (file)
@@ -63,6 +63,16 @@ properties:
       - const: sleep
 
   power-domains:
+    description: |
+      The MediaTek DPI module is typically associated with one of the
+      following multimedia power domains:
+        POWER_DOMAIN_DISPLAY
+        POWER_DOMAIN_VDOSYS
+        POWER_DOMAIN_MM
+      The specific power domain used varies depending on the SoC design.
+
+      It is recommended to explicitly add the appropriate power domain
+      property to the DPI node in the device tree.
     maxItems: 1
 
   port:
@@ -100,20 +110,6 @@ oneOf:
   - required:
       - ports
 
-allOf:
-  - if:
-      not:
-        properties:
-          compatible:
-            contains:
-              enum:
-                - mediatek,mt6795-dpi
-                - mediatek,mt8173-dpi
-                - mediatek,mt8186-dpi
-    then:
-      properties:
-        power-domains: false
-
 additionalProperties: false
 
 examples:
This page took 0.038773 seconds and 4 git commands to generate.