We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be03b30 commit 5474d49Copy full SHA for 5474d49
Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
@@ -62,6 +62,9 @@ properties:
62
- const: default
63
- const: sleep
64
65
+ power-domains:
66
+ maxItems: 1
67
+
68
port:
69
$ref: /schemas/graph.yaml#/properties/port
70
description:
@@ -76,6 +79,20 @@ required:
76
79
- clock-names
77
80
- port
78
81
82
+allOf:
83
+ - if:
84
+ not:
85
+ properties:
86
+ compatible:
87
+ contains:
88
+ enum:
89
+ - mediatek,mt6795-dpi
90
+ - mediatek,mt8173-dpi
91
+ - mediatek,mt8186-dpi
92
+ then:
93
94
+ power-domains: false
95
96
additionalProperties: false
97
98
examples:
0 commit comments