serial: pl01x: expose skip_init platdata option in DT
authorFabian Vogt <fvogt@suse.com>
Mon, 26 Sep 2016 12:26:45 +0000 (14:26 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 Nov 2016 01:09:47 +0000 (20:09 -0500)
commit165316e38f7391b9269d2539edc1cceac25c16cc
treefc0569409016802f81caa4534e15d919658484c9
parent9f755f5d09b8739441265d56ac1081e0fba2b21f
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>
doc/device-tree-bindings/serial/pl01x.txt
drivers/serial/serial_pl01x.c