commit | d35cb7937529e9758484f81b5a81c93db3ad1e37 | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <oe5hpm@oevsv.at> | Fri Apr 24 14:49:35 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 08 17:24:17 2015 -0400 |
tree | e77e416c68c4ab9def872b7a70b725872ae1c4b6 | |
parent | 17ef1f5cab3231fa5f2f99b330fc77c50d72e1c7 [diff] |
board/BuR/tseries: take usage of CONFIG_LCD_ROTATION We take use of the new LCD_ROTATION feature. The information about how the display is rotated is taken from B&R specific (/factory-settings/rotation) information in the devicetree. The information there is stored as string (cw, ud, ccw, none) since starting support of this devices and cannot be changed, so we have to convert it into none = 0 cw = 1 ud = 2 ccw = 3 Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>