]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: fdt: add device tree support for pl01x
authorVikas Manocha <vikas.manocha@st.com>
Wed, 6 May 2015 18:46:29 +0000 (11:46 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:38:43 +0000 (22:38 +0200)
commitcf3c993ec32db461319cd12fdd674c13a696cced
treeafed4d936c367681e6714dbf39f57a27386fce09
parent3725d2c8e238bc83b2e99994007fcbc10bd6415c
serial: fdt: add device tree support for pl01x

This patch adds device tree support for arm pl010/pl011 driver.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Acked-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/serial/pl01x.txt [new file with mode: 0644]
drivers/serial/serial_pl01x.c