diff options
author | Simon Glass <sjg@chromium.org> | 2020-03-22 21:15:53 -0600 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2020-05-12 10:59:12 +0200 |
commit | 0ed0db985abaa95a326ebfd268785e0b310d9d5d (patch) | |
tree | 3da5e926b926d2f5db107a73ee696c7ae817b28b /drivers/serial/Kconfig | |
parent | 6cbb41432d3af94861568c3cfb057c3d9cbd994b (diff) |
arm: bcm283x: serial: Move ofdata reading to probe() method
We cannot rely on a parent bus that needs to be probed, until we know that
it is probed. That means that code in the ofdata_to_platdata() method
cannot rely on the parent bus being probed.
Move the ofdata code in the two serial drivers into a probe() method.
This fixes serial output on rpi_3b_32b with the following config.txt
options:
enable_uart=1
gpu_freq=250
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'drivers/serial/Kconfig')
0 files changed, 0 insertions, 0 deletions