diff --git a/[refs] b/[refs] index 8d79fb5ebd05..52b34e6c4e9b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd3871aa5c0d108b89858263254b49d9bca2dc53 +refs/heads/master: b61f232ff09b6cff22d5186001027438c620da39 diff --git a/trunk/drivers/video/auo_k190x.c b/trunk/drivers/video/auo_k190x.c index baf213cdbe3d..b1f19b266da7 100644 --- a/trunk/drivers/video/auo_k190x.c +++ b/trunk/drivers/video/auo_k190x.c @@ -40,6 +40,14 @@ static struct panel_info panel_table[] = { .w = 1024, .h = 768, }, + [AUOK190X_RESOLUTION_600_800] = { + .w = 600, + .h = 800, + }, + [AUOK190X_RESOLUTION_768_1024] = { + .w = 768, + .h = 1024, + }, }; /* diff --git a/trunk/include/video/auo_k190xfb.h b/trunk/include/video/auo_k190xfb.h index ad7bc51bee9a..ac329ee1d753 100644 --- a/trunk/include/video/auo_k190xfb.h +++ b/trunk/include/video/auo_k190xfb.h @@ -22,6 +22,8 @@ */ #define AUOK190X_RESOLUTION_800_600 0 #define AUOK190X_RESOLUTION_1024_768 1 +#define AUOK190X_RESOLUTION_600_800 4 +#define AUOK190X_RESOLUTION_768_1024 5 /* * struct used by auok190x. board specific stuff comes from *board