
Hi Simon,
On 2016-07-31 18:01, Simon Glass wrote:
On 26 July 2016 at 00:22, Stefan Agner stefan@agner.ch wrote:
From: Stefan Agner stefan.agner@toradex.com
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
The kernel uses fsl,imx21-uart as "base" compatible, should we follow that?
doc/device-tree-bindings/serial/mxc-serial.txt | 8 ++++++++ drivers/serial/serial_mxc.c | 28 ++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 doc/device-tree-bindings/serial/mxc-serial.txt
Reviewed-by: Simon Glass sjg@chromium.org
Do all MX6 boards define OF_CONTROL?
No, I think none do actually.
Also note that the conversion is done for a MX7 board, but also here, no boards yet using OF_CONTROL...
-- Stefan