diff options
| -rw-r--r-- | arch/arm/boot/dts/am335x-pepper.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-pepper.dts b/arch/arm/boot/dts/am335x-pepper.dts index 661f835addba..206c042a7c48 100644 --- a/arch/arm/boot/dts/am335x-pepper.dts +++ b/arch/arm/boot/dts/am335x-pepper.dts | |||
| @@ -445,7 +445,7 @@ | |||
| 445 | /* VDD_CORE voltage limits 0.95V - 1.26V with +/-4% tolerance */ | 445 | /* VDD_CORE voltage limits 0.95V - 1.26V with +/-4% tolerance */ |
| 446 | regulator-name = "vdd_core"; | 446 | regulator-name = "vdd_core"; |
| 447 | regulator-min-microvolt = <925000>; | 447 | regulator-min-microvolt = <925000>; |
| 448 | regulator-max-microvolt = <1325000>; | 448 | regulator-max-microvolt = <1150000>; |
| 449 | regulator-boot-on; | 449 | regulator-boot-on; |
| 450 | regulator-always-on; | 450 | regulator-always-on; |
| 451 | }; | 451 | }; |
| @@ -454,7 +454,7 @@ | |||
| 454 | /* VDD_MPU voltage limits 0.95V - 1.1V with +/-4% tolerance */ | 454 | /* VDD_MPU voltage limits 0.95V - 1.1V with +/-4% tolerance */ |
| 455 | regulator-name = "vdd_mpu"; | 455 | regulator-name = "vdd_mpu"; |
| 456 | regulator-min-microvolt = <925000>; | 456 | regulator-min-microvolt = <925000>; |
| 457 | regulator-max-microvolt = <1150000>; | 457 | regulator-max-microvolt = <1325000>; |
| 458 | regulator-boot-on; | 458 | regulator-boot-on; |
| 459 | regulator-always-on; | 459 | regulator-always-on; |
| 460 | }; | 460 | }; |
