On Mon, 11 Mar 2024 13:20:09 +0200, Dmitry Baryshkov wrote: > 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. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 -- > 1 file changed, 2 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>