[PATCH v2 1/2] dt-bindings: PCI: xilinx-xdma: Add schemas for Xilinx QDMA PCIe Root Port Bridge
Conor Dooley
conor at kernel.org
Wed Jul 24 08:54:47 PDT 2024
On Wed, Jul 24, 2024 at 09:30:21AM +0000, Havalige, Thippeswamy wrote:
> Hi Conor Dooley,
>
> > -----Original Message-----
> > From: Conor Dooley <conor at kernel.org>
> > Sent: Monday, July 22, 2024 10:15 PM
> > To: Havalige, Thippeswamy <thippeswamy.havalige at amd.com>
> > Cc: lpieralisi at kernel.org; kw at linux.com; robh at kernel.org;
> > bhelgaas at google.com; krzk+dt at kernel.org; conor+dt at kernel.org; linux-
> > kernel at vger.kernel.org; devicetree at vger.kernel.org; linux-
> > pci at vger.kernel.org; Havalige, Thippeswamy
> > <thippeswamy.havalige at amd.com>; linux-arm-kernel at lists.infradead.org;
> > Simek, Michal <michal.simek at amd.com>
> > Subject: Re: [PATCH v2 1/2] dt-bindings: PCI: xilinx-xdma: Add schemas for
> > Xilinx QDMA PCIe Root Port Bridge
> >
> > On Mon, Jul 22, 2024 at 11:55:57AM +0530, Thippeswamy Havalige wrote:
> > > Add YAML devicetree schemas for Xilinx QDMA Soft IP PCIe Root Port
> > Bridge.
> > >
> > > Signed-off-by: Thippeswamy Havalige <thippesw at amd.com>
> > > ---
> > > .../bindings/pci/xlnx,xdma-host.yaml | 41 ++++++++++++++++++-
> > > 1 file changed, 39 insertions(+), 2 deletions(-)
> > > ---
> > > changes in v2
> > > - update dt node label with pcie.
> > > ---
> > > diff --git a/Documentation/devicetree/bindings/pci/xlnx,xdma-host.yaml
> > b/Documentation/devicetree/bindings/pci/xlnx,xdma-host.yaml
> > > index 2f59b3a73dd2..28d9350a7fb4 100644
> > > --- a/Documentation/devicetree/bindings/pci/xlnx,xdma-host.yaml
> > > +++ b/Documentation/devicetree/bindings/pci/xlnx,xdma-host.yaml
> > > @@ -14,10 +14,21 @@ allOf:
> > >
> > > properties:
> > > compatible:
> > > - const: xlnx,xdma-host-3.00
> > > + enum:
> > > + - xlnx,xdma-host-3.00
> > > + - xlnx,qdma-host-3.00
> > >
> > > reg:
> > > - maxItems: 1
> > > + items:
> > > + - description: configuration region and XDMA bridge register.
> > > + - description: QDMA bridge register.
> >
> > Please constrain the new entry to only the new compatible.
> - Thanks, I ll resend patch with required changes.
Weird quoting btw, the - isn't needed.
> > > + minItems: 1
> > > +
> > > + reg-names:
> > > + items:
> > > + - const: cfg
> > > + - const: breg
> > > + minItems: 1
> > >
> > > ranges:
> > > maxItems: 2
> > > @@ -111,4 +122,30 @@ examples:
> > > interrupt-controller;
> > > };
> > > };
> > > +
> > > + pcie at 80000000 {
> >
> > tbh, don't see the point of a new example for this.
> - For this in both examples ranges properties are different. So, here I wanted to make sure that our example device tree bindings work straight forward when our reference designs are used.
Different ranges properties doesn't justify a new example. They don't
exist to be copy-pasted, but rather to demonstrate usage of properties
and validate the binding.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20240724/ab441445/attachment.sig>
More information about the linux-arm-kernel
mailing list