From 1b4c16bef6d0746304aa7798106d259e26d5dcb2 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Sun, 4 Jan 2015 17:26:23 +0800 Subject: 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 --- arch/arm/boot/dts/imx6sx-17x17-arm2-ldo.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arch/arm/boot/dts/imx6sx-17x17-arm2-ldo.dts (limited to 'arch/arm/boot/dts/imx6sx-17x17-arm2-ldo.dts') diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2-ldo.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2-ldo.dts new file mode 100644 index 000000000000..07a2fba16ba3 --- /dev/null +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2-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-17x17-arm2.dts" + +&cpu0 { + arm-supply = <®_arm>; + soc-supply = <®_soc>; +}; + +&gpc { + fsl,ldo-bypass = <0>; /* use ldo-enable, u-boot will check it and configure */ +}; -- cgit v1.2.3