ARM: dts: imx6sx-sdb: Add 198MHz operational point
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 29 Apr 2016 02:34:27 +0000 (23:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 3 May 2016 08:36:43 +0000 (16:36 +0800)
imx6sx-sdb has custom operating points entries because it has one
power supply that drives both VDDARM_IN and VDDSOC_IN.

As per the MX6UL datasheet we have the following minimum voltages for
198 MHz operation (after adding the 25mV margin value):
VDDARM_IN = 0.975 V
VDDSOC_IN = 1.175 V

So use 1.175V for the 198MHz operation.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx-sdb.dts

index 0ad164a..5bb8fd5 100644 (file)
                996000  1250000
                792000  1175000
                396000  1175000
+               198000  1175000
                >;
        fsl,soc-operating-points = <
                /* ARM kHz      SOC uV */
                996000  1250000
                792000  1175000
                396000  1175000
+               198000  1175000
        >;
 };