From 9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 24 Dec 2014 13:06:38 +0800 Subject: 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 Acked-by: Simon Glass --- arch/x86/dts/coreboot.dtsi | 17 ----------------- arch/x86/dts/crownbay.dts | 2 +- arch/x86/dts/link.dts | 2 +- arch/x86/dts/serial.dtsi | 17 +++++++++++++++++ 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 arch/x86/dts/coreboot.dtsi create mode 100644 arch/x86/dts/serial.dtsi (limited to 'arch') diff --git a/arch/x86/dts/coreboot.dtsi b/arch/x86/dts/coreboot.dtsi deleted file mode 100644 index 65a93acd3d..0000000000 --- a/arch/x86/dts/coreboot.dtsi +++ /dev/null @@ -1,17 +0,0 @@ -/include/ "skeleton.dtsi" - -/ { - chosen { - stdout-path = "/serial"; - }; - - serial { - compatible = "x86-uart"; - reg = <0x3f8 0x10>; - reg-shift = <0>; - io-mapped = <1>; - multiplier = <1>; - baudrate = <115200>; - status = "disabled"; - }; -}; 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/serial.dtsi b/arch/x86/dts/serial.dtsi new file mode 100644 index 0000000000..65a93acd3d --- /dev/null +++ b/arch/x86/dts/serial.dtsi @@ -0,0 +1,17 @@ +/include/ "skeleton.dtsi" + +/ { + chosen { + stdout-path = "/serial"; + }; + + serial { + compatible = "x86-uart"; + reg = <0x3f8 0x10>; + reg-shift = <0>; + io-mapped = <1>; + multiplier = <1>; + baudrate = <115200>; + status = "disabled"; + }; +}; -- cgit v1.2.1