[RFC PATCH] tty/serial: RS485 bindings for device tree
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-10-11 18:41:27
Also in:
linux-devicetree, linux-serial, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-10-11 18:41:27
Also in:
linux-devicetree, linux-serial, lkml
On Tuesday 11 October 2011 19:28:06 Nicolas Ferre wrote:
quoted
+Optional properties: +- linux,rs485-enabled-at-boot-time: empty property telling to enable the rs485 + feature at boot time. It can be disabled later with proper ioctl.+- linux,rs485-rx-during-tx: empty property that enable the receiving of data + even whilst sending data.
This does not sound too linux specific. If it's a hardware property, don't use the 'linux,' prefix and just make it 'rs484-full-duplex' or such. Arnd