summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-01-04 17:26:23 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:20:34 -0500
commita6dfccd1fd4a1e250f19437edf8cccd22691fc1f (patch)
tree2ab9b26a9c3ca5d10a1e1e8afd32a15f2b0aea98 /arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts
parentddd4ad56f084072d185c4f1215497866806ec521 (diff)
MLK-10073-4 ARM: dts: imx6sx: add ldo-bypass mode for imx6sx boards
Support ldo-bypass mode on imx6sx-17x17/19x19 and imx6sx-sdb-reva board. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts b/arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts
new file mode 100644
index 000000000000..c6581f54ecf2
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts
@@ -0,0 +1,18 @@
+/*
+ * 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 "imx6sx-sdb-reva.dts"
+
+&cpu0 {
+ arm-supply = <&reg_arm>;
+ soc-supply = <&reg_soc>;
+};
+
+&gpc {
+ fsl,ldo-bypass = <0>; /* use ldo-enable, u-boot will check it and configure */
+};