From 11450c6cc81b16bf0cf4fa079c60bb760b6c3faa Mon Sep 17 00:00:00 2001 From: Leonard Crestez Date: Wed, 21 Feb 2018 16:41:06 +0200 Subject: 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 Signed-off-by: Leonard Crestez --- arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts (limited to 'arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts') 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..867199915236 --- /dev/null +++ b/arch/arm/boot/dts/imx6sx-sdb-reva-ldo.dts @@ -0,0 +1,21 @@ +/* + * 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" + +&gpc { + fsl,ldo-bypass = <0>; /* use ldo-enable, u-boot will check it and configure */ +}; + +®_arm { + /delete-property/ vin-supply; +}; + +®_soc { + /delete-property/ vin-supply; +}; -- cgit v1.2.3