summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabian Vogt <fvogt@suse.com>2016-09-26 14:26:45 +0200
committerTom Rini <trini@konsulko.com>2016-11-28 20:09:47 -0500
commit165316e38f7391b9269d2539edc1cceac25c16cc (patch)
treefc0569409016802f81caa4534e15d919658484c9 /doc
parent9f755f5d09b8739441265d56ac1081e0fba2b21f (diff)
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 <eric@anholt.net> Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree-bindings/serial/pl01x.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/serial/pl01x.txt b/doc/device-tree-bindings/serial/pl01x.txt
index 61c27d121b..017b1e2355 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