summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-04-25 15:48:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 13:41:05 +0200
commit182ead3e418a20328b73152b8e81fc8b4cac3b0b (patch)
tree843fb54fc98542ea122fd77c0c2a966f2fc4fb7a /drivers/tty
parent4a7e625ce50412a7711efa0f2ef0b96ce3826759 (diff)
downloadop-kernel-dev-182ead3e418a20328b73152b8e81fc8b4cac3b0b.zip
op-kernel-dev-182ead3e418a20328b73152b8e81fc8b4cac3b0b.tar.gz
earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlycon
There is no reason to initialize uartclk to BASE_BAUD * 16 for DT based systems. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Tested-by: Matt Redfearn <matt.redfearn@mips.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/earlycon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/earlycon.c b/drivers/tty/serial/earlycon.c
index 149d0d0..c14873b 100644
--- a/drivers/tty/serial/earlycon.c
+++ b/drivers/tty/serial/earlycon.c
@@ -246,7 +246,6 @@ int __init of_setup_earlycon(const struct earlycon_id *match,
return -ENXIO;
}
port->mapbase = addr;
- port->uartclk = BASE_BAUD * 16;
val = of_get_flat_dt_prop(node, "reg-offset", NULL);
if (val)
OpenPOWER on IntegriCloud