diff options
author | Bai Ping <b51503@freescale.com> | 2015-01-13 22:19:53 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:20:42 +0300 |
commit | ba13f9ac3b40b3bdc85d6b3efe761168aa943d47 (patch) | |
tree | 861eda4b25b399a098bb33cedf3cebec1306d969 | |
parent | a7c00c013b677c9b26f41d43096180fa6d334f69 (diff) |
MLK-10089 arm: imx: Add 198MHz OPP for i.MX6SX
Update the i.MX6SX operating points to comply with the latest
datasheet. Latest i.MX6SX datasheet of Rev.F, 1/2015 adds the
198MHz setpoint. For the RevB board, the VDD_ARM and ADD_SOC
are connected together, so the voltage for 198MHz needs to be
set to 1.175V. for the general setting, add a 25mV margin to
cover the board IR drop.
Signed-off-by: Bai Ping <b51503@freescale.com>
(cherry picked from commit 62bd7207e6346f404589ed8305971c9815d2cf8b)
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb-ldo.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb-reva.dts | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-ldo.dts b/arch/arm/boot/dts/imx6sx-sdb-ldo.dts index 6128ec258ff8..d9b3acca2fcb 100644 --- a/arch/arm/boot/dts/imx6sx-sdb-ldo.dts +++ b/arch/arm/boot/dts/imx6sx-sdb-ldo.dts @@ -14,12 +14,14 @@ 996000 1250000 792000 1175000 396000 1075000 + 198000 975000 >; fsl,soc-operating-points = < /* ARM kHz SOC uV */ 996000 1175000 792000 1175000 396000 1175000 + 198000 1175000 >; arm-supply = <®_arm>; soc-supply = <®_soc>; diff --git a/arch/arm/boot/dts/imx6sx-sdb-reva.dts b/arch/arm/boot/dts/imx6sx-sdb-reva.dts index 4218aadf2071..1592dd6127a0 100644 --- a/arch/arm/boot/dts/imx6sx-sdb-reva.dts +++ b/arch/arm/boot/dts/imx6sx-sdb-reva.dts @@ -18,12 +18,14 @@ 996000 1250000 792000 1175000 396000 1075000 + 198000 975000 >; fsl,soc-operating-points = < /* ARM kHz SOC uV */ 996000 1175000 792000 1175000 396000 1175000 + 198000 1175000 >; arm-supply = <&sw1a_reg>; soc-supply = <&sw1c_reg>; |