Skip to content

Commit 2d736aa

Browse files
committed
dt-bindings: display: fsl-imx-drm: drop edid property support
None of the in-kernel DT files ever used edid override with the fsl-imx-drm driver. In case the EDID needs to be specified manually, DRM core allows one to either override it via the debugfs or to load it via request_firmware by using DRM_LOAD_EDID_FIRMWARE. In all other cases EDID and/or modes are to be provided as a part of the panel driver. Drop the edid property from the fsl-imx-drm bindings. Acked-by: Rob Herring <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Tested-by: Chris Healy <[email protected]> Tested-by: Philipp Zabel <[email protected]> # on imx6q-nitrogen6x Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent ca097d4 commit 2d736aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ Optional properties:
119119
- interface-pix-fmt: How this display is connected to the
120120
display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
121121
and "lvds666".
122-
- edid: verbatim EDID data block describing attached display.
123122
- ddc: phandle describing the i2c bus handling the display data
124123
channel
125124
- port@[0-1]: Port nodes with endpoint definitions as defined in
@@ -131,7 +130,6 @@ example:
131130

132131
disp0 {
133132
compatible = "fsl,imx-parallel-display";
134-
edid = [edid-data];
135133
interface-pix-fmt = "rgb24";
136134

137135
port@0 {

0 commit comments

Comments
 (0)