ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx
authorAdam Ford <aford173@gmail.com>
Sat, 29 Sep 2018 19:10:16 +0000 (14:10 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 6 Oct 2018 13:04:18 +0000 (09:04 -0400)
With the introduction of the omap serial driver, the need for some
of these U-Boot specific modifications is gone.  This cleans up
this unnneeded stuff.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
arch/arm/dts/omap3-u-boot.dtsi [deleted file]
arch/arm/dts/omap36xx-u-boot.dtsi [deleted file]

index d584b4a9ab24ab85e4abf067265b1bd4ad28a0a2..41ed5d7e179b112b501fd1bd9f97a026deee8f65 100644 (file)
@@ -4,14 +4,6 @@
  * Logic PD - http://www.logicpd.com
  */
 
-/ {
-       model = "LogicPD Zoom OMAP3 Development Kit";
-
-       chosen {
-               stdout-path = &uart1;
-       };
-};
-
 &i2c1 {
        clock-frequency = <400000>;
 };
       status = "disabled";
 };
 
-&uart1 {
-       reg-shift = <2>;
-};
-
-&uart2 {
-       reg-shift = <2>;
-};
-
-&uart3 {
-       reg-shift = <2>;
-};
-
diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi
deleted file mode 100644 (file)
index 633153a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2017
- * Logic PD - http://www.logicpd.com
- */
-
-&uart1 {
-       reg-shift = <2>;
-};
-
-&uart2 {
-       reg-shift = <2>;
-};
-
-&uart3 {
-       reg-shift = <2>;
-};
-
diff --git a/arch/arm/dts/omap36xx-u-boot.dtsi b/arch/arm/dts/omap36xx-u-boot.dtsi
deleted file mode 100644 (file)
index 374499d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2017
- * Logic PD - http://www.logicpd.com
- */
-
-&uart4 {
-       reg-shift = <2>;
-};