diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-09-12 11:13:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-25 18:32:58 +0300 |
commit | 245f880c25dbd8927af0f33aa5d1404370013957 (patch) | |
tree | e7469450224666960d58383efb3046c7e2607e55 /arch/arm/boot/dts/imx6ull.dtsi | |
parent | 742fdc0f2270ec2988518f9d7d629c4415048178 (diff) | |
download | linux-245f880c25dbd8927af0f33aa5d1404370013957.tar.xz |
ARM: dts: imx6ull: update vdd_soc voltage for 900MHz operating point
Update VDD_SOC voltage to 1.25V for 900MHz operating point
according to datasheet Rev. 1.3, 08/2018, 25mV is added to
the minimum allowed values to cover power supply ripple.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi index cd1776a7015a..796ed35d4ac9 100644 --- a/arch/arm/boot/dts/imx6ull.dtsi +++ b/arch/arm/boot/dts/imx6ull.dtsi @@ -22,7 +22,7 @@ >; fsl,soc-operating-points = < /* KHz uV */ - 900000 1175000 + 900000 1250000 792000 1175000 528000 1175000 396000 1175000 |