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>
This commit is contained in:
parent
57706e4bd6
commit
9ca5a0ca0e
|
@ -6,7 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "coreboot.dtsi"
|
||||
/include/ "serial.dtsi"
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
/include/ "coreboot.dtsi"
|
||||
/include/ "serial.dtsi"
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue