summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-u-boot.dtsi
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-09-29 14:10:16 -0500
committerTom Rini <trini@konsulko.com>2018-10-06 09:04:18 -0400
commitc981cb8dda0eb5bd182e8efc5f25a5e311212ba6 (patch)
tree7d3629fe9823abf2f9ee89dd5d54e371ef8cb1e4 /arch/arm/dts/omap3-u-boot.dtsi
parent87555d14153d524ed8fc5a50bbbfe390999c141a (diff)
downloadu-boot-c981cb8dda0eb5bd182e8efc5f25a5e311212ba6.tar.gz
ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx
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>
Diffstat (limited to 'arch/arm/dts/omap3-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap3-u-boot.dtsi18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi
deleted file mode 100644
index 633153a41e..0000000000
--- a/arch/arm/dts/omap3-u-boot.dtsi
+++ /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>;
-};
-