From 41cb8db2f4e91168efd396a3b6b211e9b386baf0 Mon Sep 17 00:00:00 2001 From: Dmitry Osipenko Date: Tue, 30 Mar 2021 23:08:51 +0300 Subject: [PATCH] WIP: ARM: tegra: asus-tf700t: Update panel regulators Maybe power-cycling will change something. Signed-off-by: Dmitry Osipenko --- arch/arm/boot/dts/tegra30-asus-tf700t.dts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/tegra30-asus-tf700t.dts b/arch/arm/boot/dts/tegra30-asus-tf700t.dts index a2193803f092a..b5e8a733da84b 100644 --- a/arch/arm/boot/dts/tegra30-asus-tf700t.dts +++ b/arch/arm/boot/dts/tegra30-asus-tf700t.dts @@ -97,7 +97,8 @@ clocks = <&tc358768_refclk>; clock-names = "refclk"; - reset-gpios = <&gpio TEGRA_GPIO(X, 0) GPIO_ACTIVE_LOW>; /* I2C Switch */ + /* I2C Switch */ + reset-gpios = <&gpio TEGRA_GPIO(X, 0) GPIO_ACTIVE_LOW>; vddc-supply = <&mipi_1v2_vdd>; vddio-supply = <&mipi_1v8_vio>; @@ -133,7 +134,7 @@ compatible = "panasonic,vvx10f004b00"; reg = <1>; - power-supply = <&vdd_core>; + enable-gpios = <&gpio TEGRA_GPIO(U, 5) GPIO_ACTIVE_HIGH>; backlight = <&backlight_lvds>; port { @@ -203,7 +204,6 @@ regulator-name = "mipi_1v2_vdd"; regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; - regulator-always-on; regulator-boot-on; gpio = <&gpio TEGRA_GPIO(BB, 3) GPIO_ACTIVE_HIGH>; /* 1.2V */ enable-active-high; @@ -215,7 +215,6 @@ regulator-name = "mipi_1v8_vio"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; - regulator-always-on; regulator-boot-on; gpio = <&gpio TEGRA_GPIO(C, 6) GPIO_ACTIVE_HIGH>; /* 1.8V */ enable-active-high;