commit | b5146b2811b69775c88a51bc1275377369d6d3b3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 18 19:52:19 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:10:15 2016 -0700 |
tree | 001bd32c47cd01cb981c96cba09da240349a2c24 | |
parent | 72cded9ec0dd8e36e17372687b0284044ac079a6 [diff] |
dm: video: Add a driver for a rotated text console Sometimes the console must be rotated. Add a driver which supports rotating the text clockwise to 90, 180 and 270 degrees. This can support devices where the display is rotated for mechanical reasons. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>