commit | 0f11661e64948871006f0bd91403e40af96a1ed8 | [log] [tgz] |
---|---|---|
author | Fabian Vogt <fvogt@suse.com> | Mon Sep 26 14:26:49 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 28 20:09:50 2016 -0500 |
tree | d3d5011661ae6b1c798eacc64bdd9d5a50168d38 | |
parent | 9371391b91b37283f6e55dfb9a966e5c87108e5e [diff] |
serial: bcm283x_mu: support disabling after initialization For the Raspberry Pi 3 it needs to be possible to disable the serial device after initialization happens, as only after the GPIO device is available it is known whether the mini uart is usable. Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>