summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-09-01 01:13:59 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:14 +0800
commita359ef497e28328218a3e5df93a366f63d775862 (patch)
tree08090dcc9ea7921d54b20db9d9924e24aa082bd5 /arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
parent5c848ea48913e384a58f1c889761a7948003f3a1 (diff)
MLK-11461-2 ARM: dts: imx6ul: add LDO enable dtb for 9x9 evk board
Add LDO enable dtb for i.MX66UL-9x9-EVK board for those customers who want to use ldo enable mode. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts37
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts b/arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
new file mode 100644
index 000000000000..8058149b4650
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
@@ -0,0 +1,37 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6ul-9x9-evk.dts"
+
+&cpu0 {
+ operating-points = <
+ /* kHz uV */
+ 528000 1175000
+ 396000 1025000
+ 198000 950000
+ >;
+ fsl,soc-operating-points = <
+ /* KHz uV */
+ 528000 1175000
+ 396000 1175000
+ 198000 1175000
+ >;
+ fsl,arm-soc-shared = <0>;
+};
+
+&gpc {
+ fsl,ldo-bypass = <0>; /* use ldo-enable, u-boot will check it and configure */
+};
+
+&reg_arm {
+ /delete-property/ vin-supply;
+};
+
+&reg_soc {
+ /delete-property/ vin-supply;
+};