summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display/mxsfb.txt
AgeCommit message (Collapse)Author
2018-08-24MLK-16986-4: drm/mxsfb: Add max-res property for MXSFBRobert Chiras
For stability issues, we want to limit the maximum resolution supported by the MXSFB (eLCDIF) driver. This patch adds a new property which we can use to impose such limitation. Signed-off-by: Robert Chiras <robert.chiras@nxp.com> Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com
2018-08-24MLK-16918-2: dt-bindings: mxsfb: Add new bindings for the MXSFB driverMarek Vasut
Add new DT bindings for new MXSFB driver that is using the OF graph to parse the video output structure instead of hard-coding the display properties into the MXSFB node. The old MXSFB fbdev driver bindings are preserved in the same file in the "Old bindings" section. This is a backport from kernel 4.10.y. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Rob Herring <robh@kernel.org> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Shawn Guo <shawnguo@kernel.org> Acked-by: Rob Herring <robh@kernel.org>
2018-08-24MLK-16918-1: dt-bindings: mxsfb: Indentation cleanupMarek Vasut
Clean up the ad-hoc indentation in the documentation, no functional change. This is a backport from kernel 4.10.y. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Shawn Guo <shawnguo@kernel.org> Acked-by: Rob Herring <robh@kernel.org>
2018-08-24MLK-14399: 4.9 rebase: LVDS panel does not work on iMX6SX AutoCristina Ciocan
The LCDIF driver fails at boot time because it cannot read display timings from device tree. This is a fake error because the LCDIF DT node contains a display device property which leads to the display driver that also provides the timings. This fake error case has been introduced by commit 5443a75ed038 ("MLK-14283: dts: fix DE polarity for lcdif") and commit 56412d6a83d8 ("MLK-13996: lcdif: Use DE polarity specified in DTS") which fixed DE polarity panel differences for different boards. This patch adds support for choosing a particular video mode from the ones provided by the display driver, thus also fixing the DE polarity issue initially fixed by the above mentioned 2 patches. Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
2015-10-22dt-bindings: consolidate display related bindingsRob Herring
This is a quite large renaming to consolidate display related bindings into a single "display" directory from various scattered locations of video, drm, gpu, fb, mipi, and panel. The prior location was somewhat based on the Linux driver location, but bindings should be independent of that. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>