Re: [PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node
From: Svyatoslav Ryhel
Date: Sun Feb 15 2026 - 02:20:53 EST
чт, 15 січ. 2026 р. о 09:15 Mikko Perttunen <mperttunen@xxxxxxxxxx> пише:
>
> 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@xxxxxxxxx>
> > ---
> > 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@xxxxxxxxxx>
>
Hi Thierry!
This is the only remaining patch from the original series. May you
please pick it or should I resend it?