summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-pro4-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-26 18:34:00 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-28 02:21:01 +0900
commit625177d27ed9e91cb96c0221b8020f7e4d24bfb6 (patch)
tree5c850d2c035fda55616aa6594ccca6f0779dda18 /arch/arm/dts/uniphier-ph1-pro4-ref.dts
parent509eb67802d5cdc2b2789f08ac9f2ba33d796872 (diff)
downloadblackbird-obmc-uboot-625177d27ed9e91cb96c0221b8020f7e4d24bfb6.tar.gz
blackbird-obmc-uboot-625177d27ed9e91cb96c0221b8020f7e4d24bfb6.zip
serial: UniPhier: support OF configuration
This commit implements the ofdata_to_platdata handler for the UniPhier serial driver and adds serial device nodes to the device tree sources. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
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, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro4-ref.dts b/arch/arm/dts/uniphier-ph1-pro4-ref.dts
index 03091a897a..b42c9c8098 100644
--- a/arch/arm/dts/uniphier-ph1-pro4-ref.dts
+++ b/arch/arm/dts/uniphier-ph1-pro4-ref.dts
@@ -21,5 +21,14 @@
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
+ stdout-path = &uart0;
};
};
+
+&uart0 {
+ status = "okay";
+};
+
+&uart1 {
+ status = "okay";
+};
OpenPOWER on IntegriCloud