]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: imx: serial: support device tree
authorStefan Agner <stefan.agner@toradex.com>
Wed, 5 Oct 2016 22:27:03 +0000 (15:27 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 7 Oct 2016 10:26:14 +0000 (12:26 +0200)
commita99546ab6294e11b71dfbeee7f2432b1f028f65d
treee22cee3db2be0ac8105d393514628e05754ce333
parent5b0d03b306b8d3010835d8b191bfc0581735021f
dm: imx: serial: support device tree

Support instatiation through device tree. Also parse the fsl,dte-mode
property to determine whether DTE mode shall be used.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/serial/mxc-serial.txt [new file with mode: 0644]
drivers/serial/serial_mxc.c