]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Use ePAPR defined properties for x86-uart
authorBin Meng <bmeng.cn@gmail.com>
Wed, 31 Dec 2014 08:05:13 +0000 (16:05 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:24:57 +0000 (07:24 -0800)
commit1eb47efc49f1db8384f62c12f82b27d2bfbbae2e
treef7f0f7294777198382cd937961bf2ee4e74401dc
parent3db886a5bf38700b51a1d7a7b00ec8b64c9c2089
x86: Use ePAPR defined properties for x86-uart

Use ePAPR defined properties for x86-uart: clock-frequency and
current-speed. Assign the value of clock-frequency in device tree
to plat->clock of x86-uart instead of using hardcoded number.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/serial.dtsi
drivers/serial/serial_x86.c