From 9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1 Mon Sep 17 00:00:00 2001
From: Bin Meng <bmeng.cn@gmail.com>
Date: Wed, 24 Dec 2014 13:06:38 +0800
Subject: [PATCH] x86: Rename coreboot.dsti to serial.dtsi

The name of coreboot.dtsi is misleading, as it actually describes
the legacy serial port device node.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
---
 arch/x86/dts/crownbay.dts                   | 2 +-
 arch/x86/dts/link.dts                       | 2 +-
 arch/x86/dts/{coreboot.dtsi => serial.dtsi} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/x86/dts/{coreboot.dtsi => serial.dtsi} (100%)

diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
index 3f43f3ca37..c3e112f717 100644
--- a/arch/x86/dts/crownbay.dts
+++ b/arch/x86/dts/crownbay.dts
@@ -6,7 +6,7 @@
 
 /dts-v1/;
 
-/include/ "coreboot.dtsi"
+/include/ "serial.dtsi"
 
 / {
 	#address-cells = <1>;
diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts
index a739080a2f..c6b7d82b45 100644
--- a/arch/x86/dts/link.dts
+++ b/arch/x86/dts/link.dts
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "coreboot.dtsi"
+/include/ "serial.dtsi"
 
 / {
 	#address-cells = <1>;
diff --git a/arch/x86/dts/coreboot.dtsi b/arch/x86/dts/serial.dtsi
similarity index 100%
rename from arch/x86/dts/coreboot.dtsi
rename to arch/x86/dts/serial.dtsi
-- 
2.39.5