From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 31 Jul 2016 19:01:13 -0600 Subject: [U-Boot] [PATCH 01/10] dm: imx: serial: support device tree In-Reply-To: <20160726062233.7656-2-stefan@agner.ch> References: <20160726062233.7656-1-stefan@agner.ch> <20160726062233.7656-2-stefan@agner.ch> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 July 2016 at 00:22, Stefan Agner wrote: > From: Stefan Agner > > 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 > --- > 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 Do all MX6 boards define OF_CONTROL? - Simon