doc: dm: Update pci-info.txt for pci support
Correct two typos and mention how pci bus will be probed. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
df189d9ba3
commit
947eb4396d
@ -23,7 +23,7 @@ tree file will point to the correct device:
|
|||||||
If there is no alias the devices will be numbered sequentially in the device
|
If there is no alias the devices will be numbered sequentially in the device
|
||||||
tree.
|
tree.
|
||||||
|
|
||||||
The call to uclass_get_device by seq() will cause the PCI bus to be probed.
|
The call to uclass_get_device() will cause the PCI bus to be probed.
|
||||||
This does a scan of the bus to locate available devices. These devices are
|
This does a scan of the bus to locate available devices. These devices are
|
||||||
bound to their appropriate driver if available. If there is no driver, then
|
bound to their appropriate driver if available. If there is no driver, then
|
||||||
they are bound to a generic PCI driver which does nothing.
|
they are bound to a generic PCI driver which does nothing.
|
||||||
@ -32,7 +32,7 @@ After probing a bus, the available devices will appear in the device tree
|
|||||||
under that bus.
|
under that bus.
|
||||||
|
|
||||||
Note that this is all done on a lazy basis, as needed, so until something is
|
Note that this is all done on a lazy basis, as needed, so until something is
|
||||||
touched on PCI it will not be probed.
|
touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
|
||||||
|
|
||||||
PCI devices can appear in the device tree. If they do this serves to specify
|
PCI devices can appear in the device tree. If they do this serves to specify
|
||||||
the driver to use for the device. In this case they will be bound at
|
the driver to use for the device. In this case they will be bound at
|
||||||
|
Loading…
Reference in New Issue
Block a user