diff mbox series

[3/3] dt-bindings: mxsfb: document new interface-pix-fmt property

Message ID 20190102170247.8208-4-a.fatoum@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series drm/mxsfb: support swapped RGB lanes | expand

Commit Message

Ahmad Fatoum Jan. 2, 2019, 5:02 p.m. UTC
This newly implemented binding allows expressing swapped signal
lanes in the device tree so existing panel support can be reused.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 Documentation/devicetree/bindings/display/mxsfb.txt | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt
index 472e1ea6c591..aa0c2c32ee1e 100644
--- a/Documentation/devicetree/bindings/display/mxsfb.txt
+++ b/Documentation/devicetree/bindings/display/mxsfb.txt
@@ -14,6 +14,11 @@  Required properties:
     - "pix" for the LCDIF block clock
     - (MX6SX-only) "axi", "disp_axi" for the bus interface clock
 
+optional properties:
+- interface-pix-fmt:	overrides the bus format in use for the display
+			interface. This is to account for swapped signal lanes.
+			supported types: "rgb24", "bgr24", "rbg24", "gbr24"
+
 Required sub-nodes:
   - port: The connection to an encoder chip.