summaryrefslogtreecommitdiffstats
path: root/include/dm/platform_data/serial_pl01x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/serial_pl01x.h')
-rw-r--r--include/dm/platform_data/serial_pl01x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dm/platform_data/serial_pl01x.h b/include/dm/platform_data/serial_pl01x.h
index 5e068f390b..ccfa808e23 100644
--- a/include/dm/platform_data/serial_pl01x.h
+++ b/include/dm/platform_data/serial_pl01x.h
@@ -17,11 +17,14 @@ enum pl01x_type {
* @base: Register base address
* @type: Port type
* @clock: Input clock rate, used for calculating the baud rate divisor
+ * @skip_init: Don't attempt to change port configuration (also means @clock
+ * is ignored)
*/
struct pl01x_serial_platdata {
unsigned long base;
enum pl01x_type type;
unsigned int clock;
+ bool skip_init;
};
#endif
OpenPOWER on IntegriCloud