mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
ODROID-N2: bgr flag enable for ili9488 lcd
Change-Id: I4e116df4a6cf935df829fc8ab1303e62966babb9
This commit is contained in:
@@ -543,6 +543,9 @@ static struct fbtft_device_display displays[] = {
|
||||
.dev = {
|
||||
.release = fbtft_device_pdev_release,
|
||||
.platform_data = &(struct fbtft_platform_data) {
|
||||
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON)
|
||||
.bgr = true,
|
||||
#endif
|
||||
.gpios = (const struct fbtft_gpio []) {
|
||||
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON)
|
||||
{ "reset", 479 }, /* GPX.3 */
|
||||
|
||||
Reference in New Issue
Block a user