diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-12-24 13:06:38 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-12 17:03:40 -0800 |
commit | 9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1 (patch) | |
tree | 0f415b22ee2238d0346157a19125d47d19c39bb8 /arch/x86/dts/coreboot.dtsi | |
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 <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/coreboot.dtsi')
-rw-r--r-- | arch/x86/dts/coreboot.dtsi | 17 |
1 files changed, 0 insertions, 17 deletions
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"; - }; -}; |