diff options
author | Bai Ping <b51503@freescale.com> | 2014-12-04 19:44:26 +0800 |
---|---|---|
committer | Bai Ping <b51503@freescale.com> | 2014-12-04 20:51:56 +0800 |
commit | 25ecc09bb03eece78d6a236be1722e0d9a0d4540 (patch) | |
tree | 347f8ba06b6d36902c14075d57f42a415cd9c7bc | |
parent | bd6fde3b824264037fce9f5c1d53ca7ef93a7722 (diff) |
MLK-9954 arm: imx: update operating point for i.MX6DL
Update the i.MX6DL cpu operating points to comply with the latest
published datasheet. Latest i.MX6DL datasheet of Rev.4, 10/2014
updates the 396MHz setpoint's min voltage from 1.075V to 1.125V, Add a
25mV margin to cover the board IR drop, here use 1.15V for 396MHz to
match datasheet.
Signed-off-by: Bai Ping <b51503@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index ef07b9e06830..e3783cfe241c 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -25,7 +25,7 @@ /* kHz uV */ 996000 1275000 792000 1175000 - 396000 1075000 + 396000 1150000 >; fsl,soc-operating-points = < /* ARM kHz SOC-PU uV */ |