summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts
diff options
context:
space:
mode:
authorBai Ping <b51503@freescale.com>2015-09-14 18:30:43 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:13 +0800
commitf814f8de26719060ecb28a68c9c7f7238286d128 (patch)
treedf1c179565886661154954b4dbb1c55a5e543243 /arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts
parent071175b985f300f8c16bb434ba56dc84b8346019 (diff)
MLK-11537 ARM: dts: add setpoint setting for imx6ul-14x14-lpddr2-arm board
On i.MX6UL, the VDD_ARM_IN and VDD_SOC_IN use the same power rail VDD_ARM_SOC_IN. For imx6ul-14x14-lpddr2-arm2 board, default, we use ldo-bypass mode and use the external PMIC regulator for cpufreq.so on this board, should use the setpoint of ldo-bypass mode. Signed-off-by: Bai Ping <b51503@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com> (cherry picked from commit d924e23fa60023bdbc601797ccda30c2c341a34a)
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts b/arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts
index a7fef105730c..8180666c15d7 100644
--- a/arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts
+++ b/arch/arm/boot/dts/imx6ul-14x14-lpddr2-arm2.dts
@@ -98,6 +98,24 @@
};
&cpu0 {
+ /*
+ * on i.MX6UL, no seperated VDD_ARM_IN and VDD_SOC_IN,
+ * to align with other platform and use the same cpufreq
+ * driver, still use the seperated OPP define for arm
+ * and soc.
+ */
+ operating-points = <
+ /* kHz uV */
+ 528000 1175000
+ 396000 1175000
+ 198000 1175000
+ >;
+ fsl,soc-operating-points = <
+ /* KHz uV */
+ 528000 1175000
+ 396000 1175000
+ 198000 1175000
+ >;
arm-supply = <&sw1a_reg>;
soc-supply = <&sw1a_reg>;
fsl,arm-soc-shared = <1>;