arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages...
authorKeerthy <j-keerthy@ti.com>
Thu, 10 Feb 2022 03:55:58 +0000 (09:25 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 21 Feb 2022 13:35:40 +0000 (08:35 -0500)
Correct the min/max voltages of VDD_CPU. As per data sheet the VDD_CPU
minimum voltage is .6V & maximum voltage is .9V.

Correct the same. While at it fix the comment to reflect VDD_CPU
instead of VDD_MPU.

Link: https://www.ti.com/lit/gpn/dra829v
Signed-off-by: Keerthy <j-keerthy@ti.com>
arch/arm/dts/k3-j721e-r5-common-proc-board.dts

index 54f8353..a14b148 100644 (file)
                regulators: regulators {
                        u-boot,dm-spl;
                        buck12_reg: buck12 {
-                               /*VDD_MPU*/
+                               /*VDD_CPU*/
                                regulator-name = "buck12";
-                               regulator-min-microvolt = <800000>;
-                               regulator-max-microvolt = <1250000>;
+                               regulator-min-microvolt = <600000>;
+                               regulator-max-microvolt = <900000>;
                                regulator-always-on;
                                regulator-boot-on;
                                u-boot,dm-spl;