public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] ARM: dts: omap36xx-u-boot.dtsi
@ 2018-09-09 20:24 Adam Ford
  2018-09-09 20:24 ` [U-Boot] [PATCH 2/5] ARM: DTS: logicpd-som-lv-37xx-devkit-u-boot Adam Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Adam Ford @ 2018-09-09 20:24 UTC (permalink / raw)
  To: u-boot

Make omap36xx-u-boot.dtsi include omap3-u-boot.dtsi until the
new omap serial driver is available.  This allows higher level functions
to include those and not replicate contents at higher levels.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
index d584b4a9ab..96ad636755 100644
--- a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
+++ b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
@@ -3,9 +3,10 @@
  * Copyright (C) 2017
  * Logic PD - http://www.logicpd.com
  */
+#include "omap36xx-u-boot.dtsi"
 
 / {
-	model = "LogicPD Zoom OMAP3 Development Kit";
+	model = "LogicPD Zoom DM37 Torpedo Development Kit";
 
 	chosen {
 		stdout-path = &uart1;
@@ -26,17 +27,4 @@
 
 &mmc3 {
       status = "disabled";
-};
-
-&uart1 {
-	reg-shift = <2>;
-};
-
-&uart2 {
-	reg-shift = <2>;
-};
-
-&uart3 {
-	reg-shift = <2>;
-};
-
+};
\ No newline at end of file
diff --git a/arch/arm/dts/omap36xx-u-boot.dtsi b/arch/arm/dts/omap36xx-u-boot.dtsi
index 374499dcb2..0b4b909e87 100644
--- a/arch/arm/dts/omap36xx-u-boot.dtsi
+++ b/arch/arm/dts/omap36xx-u-boot.dtsi
@@ -3,6 +3,7 @@
  * Copyright (C) 2017
  * Logic PD - http://www.logicpd.com
  */
+#include "omap3-u-boot.dtsi"
 
 &uart4 {
 	reg-shift = <2>;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-09 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 20:24 [U-Boot] [PATCH 1/5] ARM: dts: omap36xx-u-boot.dtsi Adam Ford
2018-09-09 20:24 ` [U-Boot] [PATCH 2/5] ARM: DTS: logicpd-som-lv-37xx-devkit-u-boot Adam Ford
2018-09-09 20:24 ` [U-Boot] [PATCH 3/5] configs: ARM: Add omap36_logic_somlv_defconfig Adam Ford
2018-09-09 20:24 ` [U-Boot] [PATCH 4/5] configs: ARM: Add omap35_logic_somlv_defconfig Adam Ford
2018-09-09 20:24 ` [U-Boot] [PATCH 5/5] ARM: omap3_logic: Remove Torpedo/SOM-LV autodection Adam Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox