From: Mikko Perttunen <mperttunen@nvidia.com>
To: Neil Armstrong <neil.armstrong@linaro.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Douglas Anderson <dianders@chromium.org>,
Svyatoslav Ryhel <clamor95@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>,
Svyatoslav Ryhel <clamor95@gmail.com>
Cc: 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: Thu, 15 Jan 2026 16:15:39 +0900 [thread overview]
Message-ID: <10344542.CDJkKcVGEf@senjougahara> (raw)
In-Reply-To: <20251204060627.4727-4-clamor95@gmail.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>
next prev parent reply other threads:[~2026-01-15 7:15 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 [this message]
2026-02-15 7:20 ` Svyatoslav Ryhel
2026-02-17 10:28 ` Thierry Reding
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=10344542.CDJkKcVGEf@senjougahara \
--to=mperttunen@nvidia.com \
--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=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