commit | 36a75344d7c7d7add3df0e562ca5e920632ea18b | [log] [tgz] |
---|---|---|
author | Derald D. Woods <woods.technical@gmail.com> | Sat Feb 16 16:56:50 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 19 16:58:24 2019 -0500 |
tree | b635e3f3ecde21f7f3e20259e9a42510290b6bf4 | |
parent | 6dd18bb1112901fd72a5da914565462998adff7a [diff] [blame] |
ARM: omap3: evm: Update DM SPL support - Switch to using the omap3-u-boot.dtsi file for needed properties - Enable SPL_OF_CONTROL This commit is based on the following series: https://patchwork.ozlabs.org/project/uboot/list/?series=92472 https://patchwork.ozlabs.org/project/uboot/list/?series=92462 Signed-off-by: Derald D. Woods <woods.technical@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi index de41131..b9e433f 100644 --- a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi +++ b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
@@ -5,20 +5,10 @@ * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com> */ +#include "omap3-u-boot.dtsi" + / { chosen { stdout-path = &uart1; }; }; - -&uart1 { - reg-shift = <2>; -}; - -&uart2 { - reg-shift = <2>; -}; - -&uart3 { - reg-shift = <2>; -};