diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-26 18:34:00 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-28 02:21:01 +0900 |
commit | 625177d27ed9e91cb96c0221b8020f7e4d24bfb6 (patch) | |
tree | 5c850d2c035fda55616aa6594ccca6f0779dda18 /arch/arm/dts/uniphier-ph1-sld8-ref.dts | |
parent | 509eb67802d5cdc2b2789f08ac9f2ba33d796872 (diff) | |
download | u-boot-imx-625177d27ed9e91cb96c0221b8020f7e4d24bfb6.zip u-boot-imx-625177d27ed9e91cb96c0221b8020f7e4d24bfb6.tar.gz u-boot-imx-625177d27ed9e91cb96c0221b8020f7e4d24bfb6.tar.bz2 |
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-sld8-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-sld8-ref.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld8-ref.dts b/arch/arm/dts/uniphier-ph1-sld8-ref.dts index e7969af..6f898a3 100644 --- a/arch/arm/dts/uniphier-ph1-sld8-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld8-ref.dts @@ -21,5 +21,14 @@ chosen { bootargs = "console=ttyPS0,115200 earlyprintk"; + stdout-path = &uart0; }; }; + +&uart0 { + status = "okay"; +}; + +&uart1 { + status = "okay"; +}; |