summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-beagle-u-boot.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-16 16:36:29 -0500
committerTom Rini <trini@konsulko.com>2019-02-19 16:58:23 -0500
commite0cc7df9fdf283fd4db9526151ff224281e460e8 (patch)
tree72dda094223e3e91f3498fa17d145671e7a3bd9c /arch/arm/dts/omap3-beagle-u-boot.dtsi
parent84c7a1398f73d88e8e96dfee137e45e0c85a5d7a (diff)
omap3_beagle: Update for DM SPL support
- Switch to using the omap3-u-boot.dtsi file for needed properties. - Remove a few SPL features to free up more SRAM space. - Switch CONFIG_SYS_TEXT_BASE to the normal default, we don't need to worry about X-Loader at this point anymore. - A few related updates to SPL options as part of switching to DM SPL. Signed-off-by: Tom Rini <trini@konsulko.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/dts/omap3-beagle-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap3-beagle-u-boot.dtsi14
1 files changed, 2 insertions, 12 deletions
diff --git a/arch/arm/dts/omap3-beagle-u-boot.dtsi b/arch/arm/dts/omap3-beagle-u-boot.dtsi
index 41beaf0900..2c03701c89 100644
--- a/arch/arm/dts/omap3-beagle-u-boot.dtsi
+++ b/arch/arm/dts/omap3-beagle-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 = &uart3;
};
};
-
-&uart1 {
- reg-shift = <2>;
-};
-
-&uart2 {
- reg-shift = <2>;
-};
-
-&uart3 {
- reg-shift = <2>;
-};