commit | 9dfeffe2f9f57e0ae254b1305f3fafb801a8b24a | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 25 12:05:48 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:34 2018 -0500 |
tree | ca5c1473362ebcef7a48a3f4e2af551fc9252de1 | |
parent | bceab8d569953dc21d263dc20b2d4c0c37f8b28c [diff] |
serial_bcm283x_mu: Fail loading if not muxed The bcm283x mini-uart is only really usable as U-Boot serial output when it is muxed to the UART pins of the RPi pin header. So fail probing in case it is not muxed correctly, as in that case firmware did not initialize it properly either. Signed-off-by: Alexander Graf <agraf@suse.de>