commit | baf7bd499558a19ba667e8893d6b81987d3e14e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:13 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 8abecc2f1eecb4f243d98f9455ddfdb643659528 | |
parent | b18a9603bd99686b67627d9ad1a27c87fea848db [diff] |
x86: apl: Avoid accessing the PCI bus before it is probed The PCI bus is not actually probed by the time the ofdata_to_platdata() method is called since that happens in the uclass's post_probe() method. Update the PMC and P2SB drivers to access the bus in its probe() method. Signed-off-by: Simon Glass <sjg@chromium.org>