summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2014-09-15 14:07:52 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:46 -0600
commitefe7ee76584fabbd5e5887a2cb79fe2385664e10 (patch)
tree8f75fac49e139e9e34eb199911ed54f15c19cbe7 /arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
parentf242e74635e6b88738292598467706e42c6a3dc3 (diff)
ENGR00331450-6: ARM: dts: imx6-sabresd: add dts for ldo enable mode
Add dts for ldo enable mode on imx6q/dl-sabresd board. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabresd-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabresd-ldo.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts b/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
new file mode 100644
index 000000000000..b24f2fea4fe3
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2014 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 "imx6dl-sabresd.dts"
+
+&cpu0 {
+ arm-supply = <&reg_arm>;
+ soc-supply = <&reg_soc>;
+};
+
+&gpc {
+ /* use ldo-enable, u-boot will check it and configure */
+ fsl,ldo-bypass = <0>;
+};