From 165316e38f7391b9269d2539edc1cceac25c16cc Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 26 Sep 2016 14:26:45 +0200 Subject: serial: pl01x: expose skip_init platdata option in DT To be able to represent the skip-init platdata element with OF_CONTROL, it needs to be read from the device tree as well and put into the platform data. Cc: Eric Anholt Signed-off-by: Fabian Vogt Reviewed-by: Simon Glass --- doc/device-tree-bindings/serial/pl01x.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/device-tree-bindings') diff --git a/doc/device-tree-bindings/serial/pl01x.txt b/doc/device-tree-bindings/serial/pl01x.txt index 61c27d1..017b1e2 100644 --- a/doc/device-tree-bindings/serial/pl01x.txt +++ b/doc/device-tree-bindings/serial/pl01x.txt @@ -5,3 +5,6 @@ Required properties: - reg: exactly one register range with length 0x1000 - clock: input clock frequency for the UART (used to calculate the baud rate divisor) + +Optional properties: +- skip-init: if present, the baud rate divisor is not changed -- cgit v1.1