diff mbox series

arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages of VDD_CPU

Message ID 20220210035558.8397-1-j-keerthy@ti.com
State Accepted
Commit da6a8d9c28d0dd08b892bf6fa9f8596d1b8f7497
Delegated to: Tom Rini
Headers show
Series arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages of VDD_CPU | expand

Commit Message

Keerthy Feb. 10, 2022, 3:55 a.m. UTC
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.

Data Sheet 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Tom Rini Feb. 21, 2022, 4:39 p.m. UTC | #1
On Thu, Feb 10, 2022 at 09:25:58AM +0530, Keerthy wrote:

> 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.
> 
> Data Sheet Link: https://www.ti.com/lit/gpn/dra829v
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
index 5362c52870..1507109892 100644
--- a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
@@ -259,10 +259,10 @@ 
 		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;