diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2019-02-16 16:56:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-19 16:58:24 -0500 |
commit | 36a75344d7c7d7add3df0e562ca5e920632ea18b (patch) | |
tree | b635e3f3ecde21f7f3e20259e9a42510290b6bf4 /arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | |
parent | 6dd18bb1112901fd72a5da914565462998adff7a (diff) |
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>
Diffstat (limited to 'arch/arm/dts/omap3-evm-37xx-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi index de411316d8..b9e433f873 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>; -}; |