mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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 <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2945323
(cherry picked from commit e27a7ad362)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2955592
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c78d072374
commit
2f06fecd0c
@@ -14,7 +14,7 @@
|
|||||||
compatible = "st,stusb1600";
|
compatible = "st,stusb1600";
|
||||||
reg = <0x28>;
|
reg = <0x28>;
|
||||||
vdd-supply = <&p3740_vdd_5v_sys>;
|
vdd-supply = <&p3740_vdd_5v_sys>;
|
||||||
vsys-supply = <&p3740_vdd_3v3_sys>;
|
vsys-supply = <&vdd_3v3_sys>;
|
||||||
interrupt-parent = <&gpio>;
|
interrupt-parent = <&gpio>;
|
||||||
interrupts = <TEGRA234_MAIN_GPIO(K, 6) IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <TEGRA234_MAIN_GPIO(K, 6) IRQ_TYPE_LEVEL_LOW>;
|
||||||
typec_con: connector {
|
typec_con: connector {
|
||||||
@@ -219,22 +219,6 @@
|
|||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-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 {
|
p3740_vdd_3v7_AO: regulator-vdd-3v7-AO {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vdd-3v7-AO";
|
regulator-name = "vdd-3v7-AO";
|
||||||
@@ -247,15 +231,6 @@
|
|||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
regulator-max-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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user