From 32269e55ddcccf8f80a2c47200e720dd253d0e79 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Tue, 22 Sep 2015 16:24:13 +0800 Subject: MLK-11407-9: ARM: dts: imx6: add ldo-enable dts files add ldo-enable dts files. Signed-off-by: Robin Gong --- arch/arm/boot/dts/imx6q-sabresd-ldo.dts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'arch/arm/boot/dts/imx6q-sabresd-ldo.dts') diff --git a/arch/arm/boot/dts/imx6q-sabresd-ldo.dts b/arch/arm/boot/dts/imx6q-sabresd-ldo.dts index 6dda35c1fb50..55635bf58556 100644 --- a/arch/arm/boot/dts/imx6q-sabresd-ldo.dts +++ b/arch/arm/boot/dts/imx6q-sabresd-ldo.dts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Freescale Semiconductor, Inc. + * 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 @@ -7,3 +7,21 @@ */ #include "imx6q-sabresd.dts" + +&cpu0 { + arm-supply = <®_arm>; + soc-supply = <®_soc>; +}; + +&gpc { + /* use ldo-enable, u-boot will check it and configure */ + fsl,ldo-bypass = <0>; +}; + +&wdog1 { + status = "okay"; +}; + +&wdog2 { + status = "disabled"; +}; -- cgit v1.2.3