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.
2 parents a37cd98 + b6f7d98 commit 86f259cCopy full SHA for 86f259c
Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml
@@ -14,7 +14,13 @@ allOf:
14
15
properties:
16
compatible:
17
- const: samsung,atna33xc20
+ oneOf:
18
+ # Samsung 13.3" FHD (1920x1080 pixels) eDP AMOLED panel
19
+ - const: samsung,atna33xc20
20
+ # Samsung 14.5" WQXGA+ (2880x1800 pixels) eDP AMOLED panel
21
+ - items:
22
+ - const: samsung,atna45af01
23
24
25
enable-gpios: true
26
port: true
0 commit comments