Skip to content

Commit b6f7d98

Browse files
stephan-ghdianders
authored andcommitted
dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01
The Samsung ATNA45AF01 panel is an AMOLED eDP panel that has backlight control over the DP AUX channel. While it works almost correctly with the generic "edp-panel" compatible, the backlight needs special handling to work correctly. It is similar to the existing ATNA33XC20 panel, just with a larger resolution and size. Add a new "samsung,atna45af01" compatible to describe this panel in the DT. Use the existing "samsung,atna33xc20" as fallback compatible since existing drivers should work as-is, given that resolution and size are discoverable through the eDP link. Signed-off-by: Stephan Gerhold <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 1fe1c66 commit b6f7d98

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/devicetree/bindings/display/panel/samsung,atna33xc20.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
const: samsung,atna33xc20
17+
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+
- const: samsung,atna33xc20
1824

1925
enable-gpios: true
2026
port: true

0 commit comments

Comments
 (0)