mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-N2: bgr flag enable for ili9488 lcd
Change-Id: I4e116df4a6cf935df829fc8ab1303e62966babb9
This commit is contained in:
committed by
Dongjin Kim
parent
d506cf59d5
commit
66538cbcdf
@@ -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