]> Gentwo Git Trees - linux/.git/commitdiff
Merge branch 'pci/controller/meson'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 3 Dec 2025 20:18:39 +0000 (14:18 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 3 Dec 2025 20:18:39 +0000 (14:18 -0600)
- Update DT binding to name DBI region "dbi", not "elbi", and update driver
  to support both (Manivannan Sadhasivam)

* pci/controller/meson:
  PCI: meson: Fix parsing the DBI register region
  dt-bindings: PCI: amlogic: Fix the register name of the DBI region

1  2 
Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml
drivers/pci/controller/dwc/pcie-designware.c

index bee694ff45f33a3f41b515178790137b9e3c6842,c8258ef4032834d87cf3160ffd1d93812801b62a..d67cb7a850a37f6c70f50ab9e545c90fec922ca3
@@@ -114,10 -113,10 +114,10 @@@ examples
      pcie: pcie@f9800000 {
          compatible = "amlogic,axg-pcie", "snps,dw-pcie";
          reg = <0xf9800000 0x400000>, <0xff646000 0x2000>, <0xf9f00000 0x100000>;
-         reg-names = "elbi", "cfg", "config";
+         reg-names = "dbi", "cfg", "config";
          interrupts = <GIC_SPI 177 IRQ_TYPE_EDGE_RISING>;
 -        clocks = <&pclk>, <&clk_port>, <&clk_phy>;
 -        clock-names = "pclk", "port", "general";
 +        clocks = <&clk_phy>, <&pclk>, <&clk_port>;
 +        clock-names = "general", "pclk", "port";
          resets = <&reset_pcie_port>, <&reset_pcie_apb>;
          reset-names = "port", "apb";
          phys = <&pcie_phy>;