From 54fe7b1c12a4e0005337b2dccc090c8917d8315d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 26 Nov 2015 19:51:21 -0700 Subject: dm: pci: Add a comment about how to find struct pci_controller With driver mode, struct pci_controller is stored as uclass-private data. Add a comment to that effect. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- include/pci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pci.h') diff --git a/include/pci.h b/include/pci.h index 9c1948226f..c4f657784b 100644 --- a/include/pci.h +++ b/include/pci.h @@ -537,6 +537,8 @@ extern void pci_cfgfunc_config_device(struct pci_controller* hose, pci_dev_t dev /* * Structure of a PCI controller (host bridge) + * + * With driver model this is dev_get_uclass_priv(bus) */ struct pci_controller { #ifdef CONFIG_DM_PCI -- cgit v1.2.3