summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-16 14:03:40 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-02-06 03:38:46 (GMT)
commitf9d275b2bdca58591a64b247c28d1e0c2169b557 (patch)
tree6b518784bc284b1df2058b1c50c8285d2bc38efb /arch/x86/dts
parentc7ccb2c032a8a0c25ebd76e7c616952b0f52eb5d (diff)
downloadu-boot-f9d275b2bdca58591a64b247c28d1e0c2169b557.tar.xz
x86: dts: Mark serial as needed before relocation
We almost always need the serial port before relocation, so mark it as such. This will ensure that it appears in the device tree for SPL, if used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/serial.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/serial.dtsi b/arch/x86/dts/serial.dtsi
index 54c3faf..22f7b54 100644
--- a/arch/x86/dts/serial.dtsi
+++ b/arch/x86/dts/serial.dtsi
@@ -1,5 +1,6 @@
/ {
serial: serial {
+ u-boot,dm-pre-reloc;
compatible = "ns16550";
reg = <0x3f8 8>;
reg-shift = <0>;