On Thu, Apr 9, 2020 at 6:58 AM Simon Glass <s...@chromium.org> wrote: > > Add a means to avoid configuring a device when needed. Add an explanation > of why this is useful to the binding file. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: > Drop acpi,name in example > > Changes in v2: None > > doc/device-tree-bindings/pci/x86-pci.txt | 23 +++++++++++++++++++++++ > drivers/pci/pci-uclass.c | 2 ++ > 2 files changed, 25 insertions(+) >
applied to u-boot-x86, thanks!