diff options
| author | Bin Meng <[email protected]> | 2014-12-24 13:06:38 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-01-12 17:03:40 -0800 |
| commit | 9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1 (patch) | |
| tree | 0f415b22ee2238d0346157a19125d47d19c39bb8 | |
| parent | 57706e4bd67a72f76c9e34c345a19c862f79fce6 (diff) | |
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/x86/dts/crownbay.dts | 2 | ||||
| -rw-r--r-- | arch/x86/dts/link.dts | 2 | ||||
| -rw-r--r-- | arch/x86/dts/serial.dtsi (renamed from arch/x86/dts/coreboot.dtsi) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index 3f43f3ca372..c3e112f7179 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 a739080a2fc..c6b7d82b450 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 index 65a93acd3d5..65a93acd3d5 100644 --- a/arch/x86/dts/coreboot.dtsi +++ b/arch/x86/dts/serial.dtsi |
