summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap36xx-u-boot.dtsi
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-08-25 07:33:26 -0500
committerTom Rini <trini@konsulko.com>2017-09-13 09:24:26 -0400
commitbf1ddfc026f7e27414a303d6c2805e98dc18f4d3 (patch)
treeadbeda170ac8a99a79c34d1451c303e03c6cac76 /arch/arm/dts/omap36xx-u-boot.dtsi
parent74cd48e1323658fc79f03b442bb9869ca56c0226 (diff)
arm: dts: omap3: Re-sync DTS files with Linux 4.13-RC5
The DTS files had some spacing issues and they needed fixing. This pull re-sync's the OMAP3xx related DTS files with Linux 4.13-RC5. To keep the DTS and DTSI files clean and in sync with Linux, new u-boot.dtsi files are added. Signed-off-by: Adam Ford <aford173@gmail.com> V3: The resync broke card detect on MMC1 on Logic PD's Torpedo, so we add the cd-invert to the Torpedo's -u-boot.dtsi file. V2: Add the u-boot.dtsi files for OMAP3, OMAP36xx, and Torpedo Remove the need for the second patch in the series
Diffstat (limited to 'arch/arm/dts/omap36xx-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap36xx-u-boot.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/omap36xx-u-boot.dtsi b/arch/arm/dts/omap36xx-u-boot.dtsi
new file mode 100644
index 0000000000..219005210d
--- /dev/null
+++ b/arch/arm/dts/omap36xx-u-boot.dtsi
@@ -0,0 +1,10 @@
+/*
+ * Copyright (C) 2017
+ * Logic PD - http://www.logicpd.com
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+&uart4 {
+ reg-shift = <2>;
+};