]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: endeavoru: complete missing bindings
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 3 Oct 2023 06:36:39 +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-htc-endeavoru.dts

index c55e193d1d7e2cfb1b5948c338b51e4173dd7d82..5c7b2deae5df9ea0e04e8f9f9459124c5e6cda7d 100644 (file)
@@ -5,7 +5,6 @@
 /* CPU Speedo ID 4, Soc Speedo ID 1, CPU Process: 1, Core Process: 0 */
 
 #include <dt-bindings/input/input.h>
-
 #include "tegra30.dtsi"
 
 / {
                        compatible = "ti,tps80032";
                        reg = <0x48>;
 
+                       ti,system-power-controller;
+
                        regulators {
+                               vdd_1v8_vio: smps5 {
+                                       regulator-name = "vdd_1v8_gen";
+                                       regulator-min-microvolt = <1800000>;
+                                       regulator-max-microvolt = <1800000>;
+                                       regulator-always-on;
+                                       regulator-boot-on;
+                               };
+
                                /* DSI VDD */
                                avdd_dsi_csi: ldo1 {
                                        regulator-name = "avdd_dsi_csi";
                                        regulator-min-microvolt = <1200000>;
                                        regulator-max-microvolt = <1200000>;
-                                       regulator-always-on;
                                };
                        };
                };
@@ -82,6 +90,9 @@
                status = "okay";
                bus-width = <8>;
                non-removable;
+
+               vmmc-supply = <&vcore_emmc>;
+               vqmmc-supply = <&vdd_1v8_vio>;
        };
 
        micro_usb: usb@7d000000 {