diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2016-03-20 18:37:01 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 09:12:56 -0400 |
commit | 59fa089b2b191c87bc1ad81b5ddd553de665001c (patch) | |
tree | 6b0fdd3092838f814529b4874c1c490ea0923230 /include/configs | |
parent | f19eb15426d83f983fc18b46e6c274caf62cfd42 (diff) | |
download | u-boot-imx-59fa089b2b191c87bc1ad81b5ddd553de665001c.zip u-boot-imx-59fa089b2b191c87bc1ad81b5ddd553de665001c.tar.gz u-boot-imx-59fa089b2b191c87bc1ad81b5ddd553de665001c.tar.bz2 |
zipitz2: enable LCD rotation
z2's screen is rotated by 270 degrees
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zipitz2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 586a445..169eaf3 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -83,6 +83,7 @@ #ifdef CONFIG_CMD_SPI #define CONFIG_SOFT_SPI #define CONFIG_LCD +#define CONFIG_LCD_ROTATION #define CONFIG_PXA_LCD #define CONFIG_LMS283GF05 |