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-01-15 21:18:55 -0600
commit1b4c16bef6d0746304aa7798106d259e26d5dcb2 (patch)
tree76924ef01cd5e6a274c659c0ccbe821d3f5da1f0 /arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts
parent757ff4b89a2aa8f6b315f84bcd83d96c533fb4bf (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 */
+};