[PATCH 1/3] serial/imx: add device tree support
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-06-18 18:12:30
Also in:
linux-devicetree, lkml, netdev
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-06-18 18:12:30
Also in:
linux-devicetree, lkml, netdev
On Saturday 18 June 2011 18:26:55 Grant Likely wrote:
On Sat, Jun 18, 2011 at 06:21:46PM +0200, Arnd Bergmann wrote:
quoted
Should this also support the "clock-frequency" property that 8250-style serial ports support [1]? For the flow-control properties, should we name that more generic? The same property certainly makes sense for other serial-ports if it does here. OTOH, I'm not sure it's actually reliable, because it also depends on whether the other side of the connection and the cable support hw flow control.I'd like to see a few use cases before defining a common property. That said, has-rts-cts does sound like a useful generic property. Or maybe named "uart-has-rts-cts" to make it clear that it is a uart specific binding?
Sounds ok to me. Arnd