summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-pro4-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 20:13:18 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-31 00:25:06 +0900
commitf4e190e317b860bb15e221a29cbf16976a04e3ca (patch)
tree76ce49c26a0b3a8084d61378a0119d12ab1d560f /arch/arm/dts/uniphier-ph1-pro4-ref.dts
parent9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e (diff)
downloadtalos-obmc-uboot-f4e190e317b860bb15e221a29cbf16976a04e3ca.tar.gz
talos-obmc-uboot-f4e190e317b860bb15e221a29cbf16976a04e3ca.zip
ARM: uniphier: enable SPL_OF_CONTROL
Device Tree really improves code maintainability and is now available for SPL too. This is the state-of-the-art implementation in U-boot. The board files (platform data) are no longer needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-pro4-ref.dts')
-rw-r--r--arch/arm/dts/uniphier-ph1-pro4-ref.dts9
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro4-ref.dts b/arch/arm/dts/uniphier-ph1-pro4-ref.dts
index b4b7f61e5c..fd3e8c63ed 100644
--- a/arch/arm/dts/uniphier-ph1-pro4-ref.dts
+++ b/arch/arm/dts/uniphier-ph1-pro4-ref.dts
@@ -1,9 +1,7 @@
/*
* Device Tree Source for UniPhier PH1-Pro4 Reference Board
*
- * Copyright (C) 2014-2015 Panasonic Corporation
- * Copyright (C) 2015 Socionext Inc.
- * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
@@ -56,3 +54,8 @@
&usb0 {
status = "okay";
};
+
+/* for U-boot only */
+&uart0 {
+ u-boot,dm-pre-reloc;
+};
OpenPOWER on IntegriCloud