From 2f06fecd0c161ff75b42c1f6e114257eb9050784 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 31 Jul 2023 10:32:32 +0000 Subject: [PATCH] tegar234: overlay: tegra234-p3740-0002: Remove duplicate regulator Following regulators are synced from mainline 6.5.rc-3 into the base DTSI file. - regulator-vdd-3v3-dp - regulator-vdd-3v3-sys - regulator-vdd-wifi-3v3 Removing the same regulator from the overlay files. Bug 4037899 Change-Id: I2fe5e1f1e155f2249aaba6727501fc25b68b2357 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2945323 (cherry picked from commit e27a7ad3629cd9848f4250c81be62de6548ed14e) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2955592 GVS: Gerrit_Virtual_Submit --- overlay/tegra234-p3740-0002.dtsi | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/overlay/tegra234-p3740-0002.dtsi b/overlay/tegra234-p3740-0002.dtsi index fa16965..0ce2af5 100644 --- a/overlay/tegra234-p3740-0002.dtsi +++ b/overlay/tegra234-p3740-0002.dtsi @@ -14,7 +14,7 @@ compatible = "st,stusb1600"; reg = <0x28>; vdd-supply = <&p3740_vdd_5v_sys>; - vsys-supply = <&p3740_vdd_3v3_sys>; + vsys-supply = <&vdd_3v3_sys>; interrupt-parent = <&gpio>; interrupts = ; typec_con: connector { @@ -219,22 +219,6 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; - p3740_vdd_3v3_dp: regulator-vdd-3v3-dp { - compatible = "regulator-fixed"; - regulator-name = "vdd-3v3-dp"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - vin-supply = <&p3740_vdd_3v3_sys>; - gpio = <&gpio TEGRA234_MAIN_GPIO(H, 6) 0>; - enable-active-high; - regulator-always-on; - }; - p3740_vdd_3v3_sys: regulator-vdd-3v3-sys { - compatible = "regulator-fixed"; - regulator-name = "vdd-3v3-sys"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - }; p3740_vdd_3v7_AO: regulator-vdd-3v7-AO { compatible = "regulator-fixed"; regulator-name = "vdd-3v7-AO"; @@ -247,15 +231,6 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; }; - p3740_vdd_wifi_3v3: regulator-vdd-wifi-3v3 { - compatible = "regulator-fixed"; - regulator-name = "vdd-wifi-3v3"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - gpio = <&gpio TEGRA234_MAIN_GPIO(G, 3) GPIO_ACTIVE_HIGH>; - regulator-boot-on; - enable-active-high; - }; }; }; };