summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sl-evk-ldo.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-02-21 16:41:06 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:15 +0800
commit11450c6cc81b16bf0cf4fa079c60bb760b6c3faa (patch)
tree4509b15faf5c432ef24571d3802faced1f6924f1 /arch/arm/boot/dts/imx6sl-evk-ldo.dts
parent67885d1e3186d36ecd8090c83d3d3bc61ef9ba0d (diff)
MLK-11407-9: ARM: dts: imx6: add ldo-enable dts files
This was implemented different in imx_4.1.y and imx_4.9.y, for 4.14 squashed all the intermediate changes done in 4.9. Signed-off-by: Robin Gong <b38343@freescale.com> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl-evk-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6sl-evk-ldo.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl-evk-ldo.dts b/arch/arm/boot/dts/imx6sl-evk-ldo.dts
new file mode 100644
index 000000000000..5ca3a09df2b9
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sl-evk-ldo.dts
@@ -0,0 +1,26 @@
+/*
+ * 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 "imx6sl-evk.dts"
+
+&gpc {
+ /* use ldo-enable, u-boot will check it and configure */
+ fsl,ldo-bypass = <0>;
+};
+
+&reg_arm {
+ /delete-property/ vin-supply;
+};
+
+&reg_pu {
+ /delete-property/ vin-supply;
+};
+
+&reg_soc {
+ /delete-property/ vin-supply;
+};