staging: fbtft: remove duplicate entries of ili9225
There are multiple entries for ili9225 display defined in flexfb_chip_table array. remove duplicate entries and keep single entry. Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
1c5fa1c7db
Коммит
d58812486b
|
@ -417,22 +417,6 @@ static const struct flexfb_lcd_controller flexfb_chip_table[] = {
|
||||||
.init_seq = ili9225_init,
|
.init_seq = ili9225_init,
|
||||||
.init_seq_sz = ARRAY_SIZE(ili9225_init),
|
.init_seq_sz = ARRAY_SIZE(ili9225_init),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
.name = "ili9225",
|
|
||||||
.width = 176,
|
|
||||||
.height = 220,
|
|
||||||
.regwidth = 16,
|
|
||||||
.init_seq = ili9225_init,
|
|
||||||
.init_seq_sz = ARRAY_SIZE(ili9225_init),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.name = "ili9225",
|
|
||||||
.width = 176,
|
|
||||||
.height = 220,
|
|
||||||
.regwidth = 16,
|
|
||||||
.init_seq = ili9225_init,
|
|
||||||
.init_seq_sz = ARRAY_SIZE(ili9225_init),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
.name = "ili9320",
|
.name = "ili9320",
|
||||||
.width = 240,
|
.width = 240,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче