Browse Source

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>
Bin Meng 10 years ago
parent
commit
9ca5a0ca0e
3 changed files with 2 additions and 2 deletions
  1. 1 1
      arch/x86/dts/crownbay.dts
  2. 1 1
      arch/x86/dts/link.dts
  3. 0 0
      arch/x86/dts/serial.dtsi

+ 1 - 1
arch/x86/dts/crownbay.dts

@@ -6,7 +6,7 @@
 
 
 /dts-v1/;
 /dts-v1/;
 
 
-/include/ "coreboot.dtsi"
+/include/ "serial.dtsi"
 
 
 / {
 / {
 	#address-cells = <1>;
 	#address-cells = <1>;

+ 1 - 1
arch/x86/dts/link.dts

@@ -1,6 +1,6 @@
 /dts-v1/;
 /dts-v1/;
 
 
-/include/ "coreboot.dtsi"
+/include/ "serial.dtsi"
 
 
 / {
 / {
 	#address-cells = <1>;
 	#address-cells = <1>;

+ 0 - 0
arch/x86/dts/coreboot.dtsi → arch/x86/dts/serial.dtsi