[U-Boot] [PATCH 01/10] dm: imx: serial: support device tree

Stefan Agner stefan at agner.ch
Tue Aug 2 07:33:21 CEST 2016


Hi Simon,

On 2016-07-31 18:01, Simon Glass wrote:
> On 26 July 2016 at 00:22, Stefan Agner <stefan at agner.ch> wrote:
>> From: Stefan Agner <stefan.agner at 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 at 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 at 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


More information about the U-Boot mailing list