commit | 24856315f3e400f86f8e15c906752068d52a6040 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 26 17:33:54 2014 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 16:56:41 2014 -0600 |
tree | 18ad49344920b3e9721550b4172f623f126412f9 | |
parent | a937b8036aa0345f9cafa874c873a235eb5d18f7 [diff] |
fdt: Add a function to return PCI BDF triplet The fdtdec_pci_get_bdf() function returns the bus, device, function triplet of a PCI device by parsing the "reg" property according to the PCI device tree binding. Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com>