public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Sai Krishna Musham <sai.krishna.musham@amd.com>
To: <bhelgaas@google.com>, <lpieralisi@kernel.org>, <kw@linux.com>,
	<mani@kernel.org>, <robh@kernel.org>, <krzk+dt@kernel.org>,
	<conor+dt@kernel.org>, <cassel@kernel.org>
Cc: <linux-pci@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <michal.simek@amd.com>,
	<bharat.kumar.gogada@amd.com>, <thippeswamy.havalige@amd.com>,
	<sai.krishna.musham@amd.com>
Subject: [PATCH 1/2] dt-bindings: PCI: Add compatible for AMD Versal2 CPM6 host bridge
Date: Thu, 2 Apr 2026 23:30:05 +0530	[thread overview]
Message-ID: <20260402180006.486229-2-sai.krishna.musham@amd.com> (raw)
In-Reply-To: <20260402180006.486229-1-sai.krishna.musham@amd.com>

Add the "amd,versal2-cpm6-host" compatible string for AMD Versal2 CPM6
host bridge.

CPM6 integrates a Synopsys DesignWare PCIe Root Port controller derived
from the same IP family as the existing MDB host bridge, but uses a
newer IP revision, supports PCIe Gen6 operation up to 64 GT/s per lane
and has differences in register layout.

A separate compatible string is required to accurately describe the
CPM6 hardware and allow software to distinguish it from the MDB-based
host bridge.

Signed-off-by: Sai Krishna Musham <sai.krishna.musham@amd.com>
---
 .../devicetree/bindings/pci/amd,versal2-mdb-host.yaml         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/amd,versal2-mdb-host.yaml b/Documentation/devicetree/bindings/pci/amd,versal2-mdb-host.yaml
index 406c15e1dee1..be5a77908d24 100644
--- a/Documentation/devicetree/bindings/pci/amd,versal2-mdb-host.yaml
+++ b/Documentation/devicetree/bindings/pci/amd,versal2-mdb-host.yaml
@@ -15,7 +15,9 @@ allOf:
 
 properties:
   compatible:
-    const: amd,versal2-mdb-host
+    enum:
+      - amd,versal2-mdb-host
+      - amd,versal2-cpm6-host
 
   reg:
     items:
-- 
2.44.4


  reply	other threads:[~2026-04-02 18:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-02 18:00 [PATCH 0/2] Add support for AMD Versal2 CPM6 host bridge Sai Krishna Musham
2026-04-02 18:00 ` Sai Krishna Musham [this message]
2026-04-02 18:07   ` [PATCH 1/2] dt-bindings: PCI: Add compatible " Krzysztof Kozlowski
2026-04-02 18:00 ` [PATCH 2/2] PCI: amd-mdb: Add amd,versal2-cpm6-host compatible Sai Krishna Musham
2026-04-02 18:08   ` Krzysztof Kozlowski
2026-04-04  3:15   ` Manivannan Sadhasivam
2026-04-09  3:09     ` Musham, Sai Krishna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260402180006.486229-2-sai.krishna.musham@amd.com \
    --to=sai.krishna.musham@amd.com \
    --cc=bharat.kumar.gogada@amd.com \
    --cc=bhelgaas@google.com \
    --cc=cassel@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=kw@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lpieralisi@kernel.org \
    --cc=mani@kernel.org \
    --cc=michal.simek@amd.com \
    --cc=robh@kernel.org \
    --cc=thippeswamy.havalige@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox