diff options
author | Peter Hurley <[email protected]> | 2016-01-16 15:23:49 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-02-06 22:07:37 -0800 |
commit | 75d611bf01737d8456093804377e5cb0a60a9038 (patch) | |
tree | 6cbc52972722e811b64621dd60b1e43770e8c891 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 0fcc286f6a952d6ec40f74f26fd9cd5d63c25f9e (diff) |
serial: 8250_omap: Add omap8250 earlycon
Add DT earlycon for 8250_omap driver. This boot console is included
for kernels built with CONFIG_SERIAL_EARLYCON=y, CONFIG_OF=y,
CONFIG_SERIAL_8250_OMAP=y, and CONFIG_OF_EARLY_FLATTREE=y.
This boot console is enabled with the command line option "earlycon"
(without "=<name>...") when the DT 'stdout-path' property matches a
compatible uart. For example,
/ {
chosen {
stdout-path = "serial0:115200";
};
....
aliases {
serial0 = &uart0;
};
....
ocp : ocp {
uart0 : serial@44e09000 {
compatible = "ti,omap3-uart";
}
};
};
Signed-off-by: Peter Hurley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions