Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Amitesh Singh and committed by
Greg Kroah-Hartman
d5881248 1c5fa1c7

-16
-16
drivers/staging/fbtft/flexfb.c
··· 418 418 .init_seq_sz = ARRAY_SIZE(ili9225_init), 419 419 }, 420 420 { 421 - .name = "ili9225", 422 - .width = 176, 423 - .height = 220, 424 - .regwidth = 16, 425 - .init_seq = ili9225_init, 426 - .init_seq_sz = ARRAY_SIZE(ili9225_init), 427 - }, 428 - { 429 - .name = "ili9225", 430 - .width = 176, 431 - .height = 220, 432 - .regwidth = 16, 433 - .init_seq = ili9225_init, 434 - .init_seq_sz = ARRAY_SIZE(ili9225_init), 435 - }, 436 - { 437 421 .name = "ili9320", 438 422 .width = 240, 439 423 .height = 320,