diff options
| author | Vasily Khoruzhick <[email protected]> | 2016-03-20 18:37:01 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-03-27 09:12:56 -0400 |
| commit | 59fa089b2b191c87bc1ad81b5ddd553de665001c (patch) | |
| tree | 6b0fdd3092838f814529b4874c1c490ea0923230 /include | |
| parent | f19eb15426d83f983fc18b46e6c274caf62cfd42 (diff) | |
zipitz2: enable LCD rotation
z2's screen is rotated by 270 degrees
Signed-off-by: Vasily Khoruzhick <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -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 586a445f3ec..169eaf3d880 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 |
