arm: a37xx: pci: Update private structure documentation

There were several changes for this structure but the documentation was
not changed at the time. Fix this.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Marek Behún 2021-09-26 00:54:46 +02:00 committed by Stefan Roese
parent 96a3c989dc
commit 8247c90e92

View File

@ -186,14 +186,15 @@
/** /**
* struct pcie_advk - Advk PCIe controller state * struct pcie_advk - Advk PCIe controller state
* *
* @reg_base: The base address of the register space. * @base: The base address of the register space.
* @first_busno: This driver supports multiple PCIe controllers. * @first_busno: Bus number of the PCIe root-port.
* first_busno stores the bus number of the PCIe root-port * This may vary depending on the PCIe setup.
* number which may vary depending on the PCIe setup * @sec_busno: Bus number for the device behind the PCIe root-port.
* (PEX switches etc). * @dev: The pointer to PCI uclass device.
* @sec_busno: sec_busno stores the bus number for the device behind * @reset_gpio: GPIO descriptor for PERST.
* the PCIe root-port * @cfgcache: Buffer for emulation of PCIe Root Port's PCI Bridge registers
* @device: The pointer to PCI uclass device. * that are not available on Aardvark.
* @cfgcrssve: For CRSSVE emulation.
*/ */
struct pcie_advk { struct pcie_advk {
void *base; void *base;