From: Thierry Reding <thierry.reding@kernel.org>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: Thierry Reding <thierry.reding@gmail.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Mikko Perttunen <mperttunen@nvidia.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>,
Simona Vetter <simona@ffwll.ch>,
Jonathan Hunter <jonathanh@nvidia.com>,
Douglas Anderson <dianders@chromium.org>,
Sam Ravnborg <sam@ravnborg.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org
Subject: Re: [PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node
Date: Tue, 17 Feb 2026 11:28:06 +0100 [thread overview]
Message-ID: <aZRCamxP5JfS8OsO@orome> (raw)
In-Reply-To: <CAPVz0n20hHAf9tFqUNYSO18rvvPbbY5nyVRB-KpiKD2ih=Vfpg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2873 bytes --]
On Sun, Feb 15, 2026 at 09:20:27AM +0200, Svyatoslav Ryhel wrote:
> чт, 15 січ. 2026 р. о 09:15 Mikko Perttunen <mperttunen@nvidia.com> пише:
> >
> > On Thursday, December 4, 2025 3:06 PM Svyatoslav Ryhel wrote:
> > > Adjust panel node in Tegra Note 7 according to the updated schema.
> > >
> > > Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> > > ---
> > > arch/arm/boot/dts/nvidia/tegra114-tn7.dts | 13 +++++++------
> > > 1 file changed, 7 insertions(+), 6 deletions(-)
> > >
> > > diff --git a/arch/arm/boot/dts/nvidia/tegra114-tn7.dts b/arch/arm/boot/dts/nvidia/tegra114-tn7.dts
> > > index bfbdb345575a..75fbafb4a872 100644
> > > --- a/arch/arm/boot/dts/nvidia/tegra114-tn7.dts
> > > +++ b/arch/arm/boot/dts/nvidia/tegra114-tn7.dts
> > > @@ -43,7 +43,9 @@ panel@0 {
> > > compatible = "lg,ld070wx3-sl01";
> > > reg = <0>;
> > >
> > > - power-supply = <&vdd_lcd>;
> > > + vdd-supply = <&avdd_lcd>;
> > > + vcc-supply = <&dvdd_lcd>;
> > > +
> > > backlight = <&backlight>;
> > > };
> > > };
> > > @@ -101,11 +103,10 @@ smps45 {
> > > regulator-boot-on;
> > > };
> > >
> > > - smps6 {
> > > + avdd_lcd: smps6 {
> > > regulator-name = "va-lcd-hv";
> > > - regulator-min-microvolt = <3000000>;
> > > - regulator-max-microvolt = <3000000>;
> > > - regulator-always-on;
> > > + regulator-min-microvolt = <3160000>;
> > > + regulator-max-microvolt = <3160000>;
> > > regulator-boot-on;
> > > };
> > >
> > > @@ -325,7 +326,7 @@ lcd_bl_en: regulator-lcden {
> > > regulator-boot-on;
> > > };
> > >
> > > - vdd_lcd: regulator-lcd {
> > > + dvdd_lcd: regulator-lcd {
> > > compatible = "regulator-fixed";
> > > regulator-name = "VD_LCD_1V8";
> > > regulator-min-microvolt = <1800000>;
> > >
> >
> > Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
> >
>
> Hi Thierry!
>
> This is the only remaining patch from the original series. May you
> please pick it or should I resend it?
No need to resend. I can pick it up, but it won't show up in linux-next
until after the merge window closes.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2026-02-17 10:28 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-04 6:06 [PATCH v3 0/7 RESEND] Add support for panels found in various Tegra devices Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 1/7 RESEND] dt-bindings: display: panel: properly document LG LD070WX3 panel Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 2/7 RESEND] gpu/drm: panel: add support for LG LD070WX3-SL01 MIPI DSI panel Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node Svyatoslav Ryhel
2026-01-15 7:15 ` Mikko Perttunen
2026-02-15 7:20 ` Svyatoslav Ryhel
2026-02-17 10:28 ` Thierry Reding [this message]
2026-02-17 11:06 ` Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 4/7 RESEND] dt-bindings: display: panel: document Samsung LTL106AL01 simple panel Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 5/7 RESEND] gpu/drm: panel: simple-panel: add Samsung LTL106AL01 LVDS panel support Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 6/7 RESEND] dt-bindings: display: panel: document Samsung LTL106HL02 MIPI DSI panel Svyatoslav Ryhel
2025-12-04 6:06 ` [PATCH v3 7/7 RESEND] gpu/drm: panel: add Samsung LTL106HL02 MIPI DSI panel driver Svyatoslav Ryhel
2026-03-10 13:28 ` (subset) [PATCH v3 0/7 RESEND] Add support for panels found in various Tegra devices Neil Armstrong
-- strict thread matches above, loose matches on Subject: below --
2025-11-10 9:14 Svyatoslav Ryhel
2025-11-10 9:14 ` [PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node Svyatoslav Ryhel
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=aZRCamxP5JfS8OsO@orome \
--to=thierry.reding@kernel.org \
--cc=airlied@gmail.com \
--cc=clamor95@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mperttunen@nvidia.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=sam@ravnborg.org \
--cc=simona@ffwll.ch \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.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