public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dmitry Osipenko <digetx@gmail.com>
To: Svyatoslav Ryhel <clamor95@gmail.com>,
	Tom Warren <twarren@nvidia.com>,
	Anatolij Gustschin <agust@denx.de>,
	Simon Glass <sjg@chromium.org>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Maxim Schwalm <maxim.schwalm@gmail.com>,
	Nicolas Chauvet <kwizart@gmail.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH v3 06/11] video: tegra-dc: add 180 degree panel rotation
Date: Sun, 16 Apr 2023 20:29:13 +0300	[thread overview]
Message-ID: <2cf67da0-68e6-a5fb-db26-997f3294dddd@gmail.com> (raw)
In-Reply-To: <20230327081150.4585-7-clamor95@gmail.com>

27.03.2023 11:11, Svyatoslav Ryhel пишет:
> @@ -370,6 +383,8 @@ static int tegra_lcd_of_to_plat(struct udevice *dev)
>  		return -EINVAL;
>  	}
>  
> +	priv->rotation = dev_read_bool(dev, "nvidia,180-rotation");

There is no "nvidia,180-rotation" in the DT binding. It should be
standard panel property "rotation = <180>".


  reply	other threads:[~2023-04-16 17:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27  8:11 [PATCH v3 00/11] Tegra DC improvements Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 01/11] tegra: lcd: video: integrate display driver for t30 Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 02/11] video: move tegra dc driver into own folder Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 03/11] video: tegra-dc: get clocks from device tree Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 04/11] video: tegra-dc: request timings from panel driver first Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 05/11] video: tegra-dc: assign regmap directly Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 06/11] video: tegra-dc: add 180 degree panel rotation Svyatoslav Ryhel
2023-04-16 17:29   ` Dmitry Osipenko [this message]
2023-04-16 17:34     ` Svyatoslav Ryhel
2023-04-16 18:44     ` Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 07/11] video: tegra-dc: add panel_set_backlight call Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 08/11] video: tegra-dc: pass DC regmap to internal devices Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 09/11] video: tegra20: add DSI controller driver Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 10/11] simple_panel: add support for get_display_timing Svyatoslav Ryhel
2023-03-27  8:11 ` [PATCH v3 11/11] simple_panel: support simple MIPI DSI panels Svyatoslav Ryhel
2023-04-08 19:51 ` [PATCH v3 00/11] Tegra DC improvements Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2cf67da0-68e6-a5fb-db26-997f3294dddd@gmail.com \
    --to=digetx@gmail.com \
    --cc=agust@denx.de \
    --cc=clamor95@gmail.com \
    --cc=kwizart@gmail.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=maxim.schwalm@gmail.com \
    --cc=sjg@chromium.org \
    --cc=thierry.reding@gmail.com \
    --cc=twarren@nvidia.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox