summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-09-22 16:24:13 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:01:35 -0600
commit32269e55ddcccf8f80a2c47200e720dd253d0e79 (patch)
treeab8815dcec7f2393033d75b44c295b3ed6cf2739 /arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
parente32f82217b947c61cd1423280d9e13ff35823148 (diff)
MLK-11407-9: ARM: dts: imx6: add ldo-enable dts files
add ldo-enable dts files. 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.dts27
1 files changed, 27 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..20af5a99e72d
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
@@ -0,0 +1,27 @@
+/*
+ * 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 "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>;
+};
+
+&wdog1 {
+ status = "okay";
+};
+
+&wdog2 {
+ status = "disabled";
+};