summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 21:48:06 +0800
committerTom Rini <trini@konsulko.com>2015-11-20 20:41:30 -0500
commit81cd63a991f87c1ddbf7850beae0a4c543b45c7e (patch)
treebd07fcdd6ae2859572a10df3523b73a3a9dadfd4 /arch
parent8e62d32e5ba2e79364f958079cf9f7e2e5a591a1 (diff)
downloadblackbird-obmc-uboot-81cd63a991f87c1ddbf7850beae0a4c543b45c7e.tar.gz
blackbird-obmc-uboot-81cd63a991f87c1ddbf7850beae0a4c543b45c7e.zip
ns16550: unify serial_x86
Unify serial_x86, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/dts/serial.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/serial.dtsi b/arch/x86/dts/serial.dtsi
index 6865eed9dd..54c3faf451 100644
--- a/arch/x86/dts/serial.dtsi
+++ b/arch/x86/dts/serial.dtsi
@@ -1,6 +1,6 @@
/ {
serial: serial {
- compatible = "x86-uart";
+ compatible = "ns16550";
reg = <0x3f8 8>;
reg-shift = <0>;
clock-frequency = <1843200>;
OpenPOWER on IntegriCloud