Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: slave-device: add current-speed property

This adds a new DT property to define the current baud rate of the
slave device.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stefan Wahren and committed by
David S. Miller
18208279 4aab28ca

+9
+9
Documentation/devicetree/bindings/serial/slave-device.txt
··· 21 21 can support. For example, a particular board has some signal 22 22 quality issue or the host processor can't support higher 23 23 baud rates. 24 + - current-speed : The current baud rate the device operates at. This should 25 + only be present in case a driver has no chance to know 26 + the baud rate of the slave device. 27 + Examples: 28 + * device supports auto-baud 29 + * the rate is setup by a bootloader and there is no 30 + way to reset the device 31 + * device baud rate is configured by its firmware but 32 + there is no way to request the actual settings 24 33 25 34 Example: 26 35