[PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node

Svyatoslav Ryhel posted 7 patches 2 months, 1 week ago
[PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node
Posted by Svyatoslav Ryhel 2 months, 1 week ago
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>;
-- 
2.48.1
Re: [PATCH v3 3/7 RESEND] ARM: tn7: adjust panel node
Posted by Mikko Perttunen 3 weeks, 4 days ago
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>