aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <clamor95@gmail.com>2023-10-03 09:36:40 +0300
committerTom Rini <trini@konsulko.com>2023-11-03 12:37:15 -0400
commit44e0aa75f99cad1d11cac7edb52b64c884f331f4 (patch)
treee40111ad97e70875c842f2f32450755445c560cc /arch
parent444a8e8eb2dc164888492bdde3f078d9ff44a926 (diff)
downloadu-boot-44e0aa75f99cad1d11cac7edb52b64c884f331f4.zip
u-boot-44e0aa75f99cad1d11cac7edb52b64c884f331f4.tar.gz
u-boot-44e0aa75f99cad1d11cac7edb52b64c884f331f4.tar.bz2
ARM: dts: lg-x3: complete missing bindings
Clean up the tree and prepare for DM PMIC migration. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/tegra30-lg-x3.dtsi11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/dts/tegra30-lg-x3.dtsi b/arch/arm/dts/tegra30-lg-x3.dtsi
index 922e399..6e52fc5 100644
--- a/arch/arm/dts/tegra30-lg-x3.dtsi
+++ b/arch/arm/dts/tegra30-lg-x3.dtsi
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include <dt-bindings/input/input.h>
-
#include "tegra30.dtsi"
/ {
@@ -91,6 +90,14 @@
regulator-boot-on;
};
+ avdd_3v3_periph: ldo2 {
+ regulator-name = "avdd_usb";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ regulator-always-on;
+ regulator-boot-on;
+ };
+
vdd_usd: ldo3 {
regulator-name = "vdd_sdmmc3";
regulator-min-microvolt = <3000000>;
@@ -103,8 +110,6 @@
regulator-name = "vdd_ddr_rx";
regulator-min-microvolt = <2850000>;
regulator-max-microvolt = <2850000>;
- regulator-always-on;
- regulator-boot-on;
};
};
};