From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 15:51:44 +0200 Subject: [PATCH 04/26] sandbox: video: Allow selection of rotated console In-Reply-To: <20200519231058.19945-5-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-5-sjg@chromium.org> Message-ID: <20200522155144.0e17a24a@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 19 May 2020 17:10:36 -0600 Simon Glass sjg at chromium.org wrote: > Add a devicetree property to select a rotated console. This uses the same > encoding as vidconsole itself: 0=normal; 1=90 degrees clockwise, 2=upside > down, 3=90 degrees anticlockwise. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin