On Mon, Sep 01, 2025 at 12:25:58PM GMT, Krishna Chaitanya Chundru wrote: > > > On 8/31/2025 5:18 PM, Manivannan Sadhasivam wrote: > > On Thu, Aug 28, 2025 at 01:04:23PM GMT, Krishna Chaitanya Chundru wrote: > > > External Local Bus Interface(ELBI) registers are optional registers in > > > DWC IPs having vendor specific registers. > > > > > > Since ELBI register space is applicable for all DWC based controllers, > > > move the resource get code to DWC core and make it optional. > > > > > > Suggested-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > > > Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > > > Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx> > > > --- > > > drivers/pci/controller/dwc/pcie-designware.c | 9 +++++++++ > > > drivers/pci/controller/dwc/pcie-designware.h | 1 + > > > 2 files changed, 10 insertions(+) > > > > > > diff --git a/drivers/pci/controller/dwc/pcie-designware.c b/drivers/pci/controller/dwc/pcie-designware.c > > > index 89aad5a08928cc29870ab258d33bee9ff8f83143..4684c671a81bee468f686a83cc992433b38af59d 100644 > > > --- a/drivers/pci/controller/dwc/pcie-designware.c > > > +++ b/drivers/pci/controller/dwc/pcie-designware.c > > > @@ -167,6 +167,15 @@ int dw_pcie_get_resources(struct dw_pcie *pci) > > > } > > > } > > > + if (!pci->elbi_base) { > > > > Why this check is needed? Are we expecting any DWC glue drivers to supply > > 'dw_pcie::elbi_base' on their own? > > > I was following the same way that existed for for dbi_base, where we are > allowing DWC glue drivers to supply if they had any different approach > like ./pci-dra7xx.c driver. > That's because the glue drivers were using different dbi resource name in DT. But for ELBI, we have so far seen only 'elbi'. So there is no need to allow override. I will remove this check while applying. - Mani -- மணிவண்ணன் சதாசிவம்