]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: lg-x3: complete missing bindings
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 3 Oct 2023 06:36:40 +0000 (09:36 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 3 Nov 2023 16:37:15 +0000 (12:37 -0400)
Clean up the tree and prepare for DM PMIC migration.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra30-lg-x3.dtsi

index 922e39915e5555d72a55533261619fe4fc968007..6e52fc5a53eeb54f91191aadd7a3ce183e60e264 100644 (file)
@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 
 #include <dt-bindings/input/input.h>
-
 #include "tegra30.dtsi"
 
 / {
                                        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>;
                                        regulator-name = "vdd_ddr_rx";
                                        regulator-min-microvolt = <2850000>;
                                        regulator-max-microvolt = <2850000>;
-                                       regulator-always-on;
-                                       regulator-boot-on;
                                };
                        };
                };