diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-29 21:41:11 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-29 22:03:26 +0900 |
commit | dbdae8474e08fc1194102bef95dc96db435c15da (patch) | |
tree | bdc2ddaeb0c33ec62bbe8dbf4efa4b30f6a22578 /arch/arm64/boot/dts | |
parent | 31f1961d64ef50f61f489b79635f1c3ef0badad2 (diff) | |
download | talos-obmc-linux-dbdae8474e08fc1194102bef95dc96db435c15da.tar.gz talos-obmc-linux-dbdae8474e08fc1194102bef95dc96db435c15da.zip |
arm64: dts: uniphier: enable more serial ports for PXs3 ref board
The serial pins of PXs3 SoC are not multiplexed with any other
functions. Enable serial2 and serial3 on the PXs3 reference board
because I see the connectors on the board.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index c933fcc79225..3c7108729827 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts @@ -45,6 +45,14 @@ status = "okay"; }; +&serial2 { + status = "okay"; +}; + +&serial3 { + status = "okay"; +}; + &gpio { xirq4 { gpio-hog; |