linux/drivers/gpu/drm/imx
Philipp Zabel 553a59fc8f drm/imx: parallel-display: fix drm_panel support
The parallel-display driver used an undocumented, non-standard property
"fsl,panel" to optionally associate with a drm_panel device. This patch
fixes the driver to use the same OF graph bindings as the LDB driver
instead:

    parallel-display {
            compatible = "fsl,imx-parallel-display";
            ...

            port@1 {
                    reg = <1>;

                    parallel_out: endpoint {
                            remote_endpoint = <&panel_in>;
                    };
            };
    };

    panel {
            ...

            port {
                    panel_in: endpoint {
                            remote-endpoint = <&parallel_out>;
                    };
            };
    };

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Tested-by: Gary Bisson <gary.bisson@boundarydevices.com>
2015-07-10 11:02:31 +02:00
..
dw_hdmi-imx.c Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next 2015-04-16 08:33:30 +10:00
imx-drm-core.c imx-drm changes to use media bus formats and LDB drm_panel support 2015-04-13 17:28:57 +10:00
imx-drm.h drm/imx: consolidate bus format variable names 2015-03-31 11:59:34 +02:00
imx-ldb.c drm/imx: imx-ldb: allow to determine bus format from the connected panel 2015-03-31 12:44:50 +02:00
imx-tve.c drm/imx: consolidate bus format variable names 2015-03-31 11:59:34 +02:00
ipuv3-crtc.c drm/imx: consolidate bus format variable names 2015-03-31 11:59:34 +02:00
ipuv3-plane.c drm/imx: Add support for interlaced scanout 2015-03-31 11:59:32 +02:00
ipuv3-plane.h drm/imx: Add support for interlaced scanout 2015-03-31 11:59:32 +02:00
Kconfig drm/imx: imx-ldb: add drm_panel support 2015-03-31 12:44:49 +02:00
Makefile drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi 2015-01-07 18:31:56 +01:00
parallel-display.c drm/imx: parallel-display: fix drm_panel support 2015-07-10 11:02:31 +02:00