Skip to content
Commit cd0fa5bf authored by Eric Anholt's avatar Eric Anholt Committed by Tom Rini
Browse files

serial: pl01x: Add support for devices with the rate pre-configured.



For Raspberry Pi, we had the input clock rate to the pl011 fixed in
the rpi.c file, but it may be changed by firmware due to user changes
to config.txt.  Since the firmware always sets up the uart (default
115200 output unless the user changes it), we can just skip our own
uart init to simplify the boot process and more reliably get serial
output.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Tested-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 9a6598da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment