]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Documentation: devicetree: bindings: dma: Add support for BGR8 color format
authorVishal Sagar <vishal.sagar@xilinx.com>
Wed, 7 Mar 2018 04:46:51 +0000 (10:16 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 9 Mar 2018 08:09:44 +0000 (09:09 +0100)
Add support for BGR8 color format (Blue in LSB, 8 bits per component)
to the Xilinx Video Framebuffer driver.

Signed-off-by: Vishal Sagar <vsagar@xilinx.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/dma/xilinx/xilinx_frmbuf.txt

index 967d55f101516d326f2078b7568b15887c0e4c2b..b7f225279d6ad078e760af5a56333abefec33731 100644 (file)
@@ -39,6 +39,7 @@ and DRM fourcc code---respectively---by the driver.
 IP FORMAT      DTS String      V4L2 Fourcc             DRM Fourcc
 -------------|----------------|----------------------|---------------------
 RGB8           bgr888          V4L2_PIX_FMT_RGB24      DRM_FORMAT_BGR888
+BGR8           rgb888          V4L2_PIX_FMT_BGR24      DRM_FORMAT_RGB888
 RGBX8          xbgr8888        V4L2_PIX_FMT_BGRX32     DRM_FORMAT_XBGR8888
 RGBA8          <none>          <not supported>         <not supported>
 BGRA8          <none>          <not supported>         <not supported>