Skip to content

Commit 99f155d

Browse files
committed
dt-bindings: display: drop data-mapping from panel-dpi
data-mapping may not be the best way to describe the data format used between panels and display interface. Drop it from the panel-dpi binding so we do not start to rely on it. We can then work out how to best describe this mapping and when we know it, we can add it to this binding. Fixes: fa10224 ("dt-bindings: display: add data-mapping to panel-dpi") Cc: Sam Ravnborg <[email protected]> Cc: Rob Herring <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: Thierry Reding <[email protected]> Cc: Laurent Pinchart <[email protected]> Cc: [email protected] Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 518110c commit 99f155d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Documentation/devicetree/bindings/display/panel/panel-dpi.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ properties:
2121
- {}
2222
- const: panel-dpi
2323

24-
data-mapping:
25-
enum:
26-
- rgb24
27-
- rgb565
28-
- bgr666
29-
description: |
30-
Describes the media format, how the display panel is connected
31-
to the display interface.
32-
3324
backlight: true
3425
enable-gpios: true
3526
height-mm: true
@@ -52,7 +43,6 @@ examples:
5243
compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
5344
label = "osddisplay";
5445
power-supply = <&vcc_supply>;
55-
data-mapping = "rgb565";
5646
backlight = <&backlight>;
5747
5848
port {

0 commit comments

Comments
 (0)