diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-12-07 05:28:13 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2015-12-09 17:44:41 +0800 |
commit | c5c5c201fe37a02e9edf99b0a2ba9353d9d55ddf (patch) | |
tree | 560ba06005f1ac2a0a9e7527c8fa4854dead80d2 /arch/x86/dts/galileo.dts | |
parent | a0ae380b3c32254a6462674cfbfdd763d10bca41 (diff) | |
download | u-boot-imx-c5c5c201fe37a02e9edf99b0a2ba9353d9d55ddf.zip u-boot-imx-c5c5c201fe37a02e9edf99b0a2ba9353d9d55ddf.tar.gz u-boot-imx-c5c5c201fe37a02e9edf99b0a2ba9353d9d55ddf.tar.bz2 |
x86: Fix PCI UART compatible string for crownbay and galileo
With recent ns16550 driver changes, we only changed the legacy UART
(at I/O port 0x3f8) compatible string, but forgot to change the PCI
UART compatible string. Now fix it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/galileo.dts')
-rw-r--r-- | arch/x86/dts/galileo.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index 2342de7..55165e1 100644 --- a/arch/x86/dts/galileo.dts +++ b/arch/x86/dts/galileo.dts @@ -70,7 +70,7 @@ "pci8086,0936", "pciclass,070002", "pciclass,0700", - "x86-uart"; + "ns16550"; u-boot,dm-pre-reloc; reg = <0x0000a500 0x0 0x0 0x0 0x0 0x0200a510 0x0 0x0 0x0 0x0>; |