Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6dl-sabreauto: update opp table for auto part

Update i.MX6DL automotive part's opp table according to i.MX6DL
automotive datasheet Rev.9, 11/2018, it adds 996MHz set-point
support as below:

LDO enabled(min value):
996MHz: VDDARM: 1.275V, VDDSOC: 1.175V;
792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
396MHz: VDDARM: 1.125V, VDDSOC: 1.150V;

Adding 25mV to cover board IR drop, for LDO enabled mode of 996MHz,
as the max value of LDO output can NOT exceed 1.3V, so 25mV is NOT
added for VDDARM.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
35dc29ef 00e3ff8b

+15
+15
arch/arm/boot/dts/imx6dl-sabreauto.dts
··· 11 11 model = "Freescale i.MX6 DualLite/Solo SABRE Automotive Board"; 12 12 compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl"; 13 13 }; 14 + 15 + &cpu0 { 16 + operating-points = < 17 + /* kHz uV */ 18 + 996000 1275000 19 + 792000 1175000 20 + 396000 1150000 21 + >; 22 + fsl,soc-operating-points = < 23 + /* ARM kHz SOC-PU uV */ 24 + 996000 1200000 25 + 792000 1175000 26 + 396000 1175000 27 + >; 28 + };