summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2019-11-13 01:55:11 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:42 +0800
commit701bc68961c7484e4e69098e970efdcd86f5f708 (patch)
treea26f39983c90add494d23e5c782cfb2eb270a8de /arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
parent18a60fb2866c579be69933e06f788131de698eed (diff)
ARM: dts: imx6: add *ldo dtb file
Add *ldo dtb board file to support board work in ldo-enable mode. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts39
1 files changed, 39 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..715efcb9512e
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ul-9x9-evk-ldo.dts
@@ -0,0 +1,39 @@
+/*
+ * 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 */
+ 696000 1275000
+ 528000 1175000
+ 396000 1025000
+ 198000 950000
+ >;
+ fsl,soc-operating-points = <
+ /* KHz uV */
+ 696000 1275000
+ 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;
+};