Re: [PATCH v3 06/11] video: tegra-dc: add 180 degree panel rotation

2023-04-16 Thread Dmitry Osipenko
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 s

Re: [PATCH v6 0/3] Timer support for ARM Tegra

2023-01-27 Thread Dmitry Osipenko
27.01.2023 01:00, Dmitry Osipenko пишет: > 26.01.2023 20:54, Thierry Reding пишет: >> On Thu, Jan 26, 2023 at 07:08:54PM +0200, Svyatoslav Ryhel wrote: >>> чт, 26 січ. 2023 р. о 12:35 Thierry Reding пише: >>>> >>>> On Wed, Jan 25, 2023 at 05:41:08PM +010

Re: [PATCH v6 0/3] Timer support for ARM Tegra

2023-01-27 Thread Dmitry Osipenko
26.01.2023 20:54, Thierry Reding пишет: > On Thu, Jan 26, 2023 at 07:08:54PM +0200, Svyatoslav Ryhel wrote: >> чт, 26 січ. 2023 р. о 12:35 Thierry Reding пише: >>> >>> On Wed, Jan 25, 2023 at 05:41:08PM +0100, Thierry Reding wrote: On Tue, Jan 24, 2023 at 08:57:48AM +0200, Svyatoslav Ryhel wr

Re: [PATCH v5 0/3] Timer support for ARM Tegra

2023-01-22 Thread Dmitry Osipenko
Hello Agneli, 21.01.2023 23:09, Svyatoslav Ryhel пишет: > - ARM: tegra: remap clock_osc_freq for all Tegra family > Enum clock_osc_freq was designed to use only with T20. > This patch remaps it to use additional frequencies, added in > T30+ SoC while maintaining backwards compatibility with T20. >