From cec32a47010647e8b0603726ebb75b990a4057a4 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Fri, 17 Apr 2015 19:12:41 +0200
Subject: media-bus: Fixup RGB444_1X12, RGB565_1X16, and YUV8_1X24 media bus
format
Change the constant values for RGB444_1X12, RGB565_1X16, and YUV8_1X24 media
bus formats in anticipation of a merge conflict with the media tree, where
the old values are already taken by RBG888_1X24, RGB888_1X32_PADHI, and
VUY8_1X24, respectively.
Signed-off-by: Philipp Zabel
Signed-off-by: Dave Airlie
---
Documentation/DocBook/media/v4l/subdev-formats.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'Documentation/DocBook')
diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml
index 18b71aff48c9..553a38024745 100644
--- a/Documentation/DocBook/media/v4l/subdev-formats.xml
+++ b/Documentation/DocBook/media/v4l/subdev-formats.xml
@@ -196,7 +196,7 @@ see .
MEDIA_BUS_FMT_RGB444_1X12
- 0x100e
+ 0x1016
&dash-ent-20;
r3
@@ -326,7 +326,7 @@ see .
MEDIA_BUS_FMT_RGB565_1X16
- 0x100f
+ 0x1017
&dash-ent-16;
r4
@@ -3049,7 +3049,7 @@ see .
MEDIA_BUS_FMT_YUV8_1X24
- 0x2024
+ 0x2025
-
-
--
cgit v1.2.3