commit | b8ec22847ce2aa48a63fdd48674c7a0c58d24357 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Nov 27 23:48:34 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 12 11:53:24 2022 -0500 |
tree | 1e33b49aa4e66b42c8f6b66cff4b68dae83e1e8c | |
parent | 6707f94cf0fc352f4b26072ce9f3572c172db861 [diff] |
serial: ns16550: Enable clocks during probe If the UART bus or baud clock has a gate, it must be enabled before the UART can be used. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Stefan Roese <sr@denx.de>