media: imx355: fix wrong order in test pattern menus
current imx355 test pattern order in ctrl menu is not correct, this patch fixes it. Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
6cfe94782d
commit
4cf9f8feb9
@@ -876,8 +876,8 @@ static const struct imx355_reg mode_820x616_regs[] = {
|
|||||||
|
|
||||||
static const char * const imx355_test_pattern_menu[] = {
|
static const char * const imx355_test_pattern_menu[] = {
|
||||||
"Disabled",
|
"Disabled",
|
||||||
"100% color bars",
|
|
||||||
"Solid color",
|
"Solid color",
|
||||||
|
"100% color bars",
|
||||||
"Fade to gray color bars",
|
"Fade to gray color bars",
|
||||||
"PN9"
|
"PN9"
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user