linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2
@ 2021-11-30  3:56 Aswath Govindraju
  2021-12-07 21:14 ` Rob Herring
  2022-01-25  6:36 ` Aswath Govindraju
  0 siblings, 2 replies; 5+ messages in thread
From: Aswath Govindraju @ 2021-11-30  3:56 UTC (permalink / raw)
  Cc: Vignesh Raghavendra, Nishanth Menon, Kishon Vijay Abraham I,
	Aswath Govindraju, Bjorn Helgaas, Rob Herring, linux-pci,
	devicetree, linux-kernel

Document the device id of J721S2 SoC.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---

changes since v1:
- changed (oneOf, items) into enum

 .../devicetree/bindings/pci/ti,j721e-pci-host.yaml   | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
index cc900202df29..41df8f1c2d4c 100644
--- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
+++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
@@ -64,13 +64,11 @@ properties:
     const: 0x104c
 
   device-id:
-    oneOf:
-      - items:
-          - const: 0xb00d
-      - items:
-          - const: 0xb00f
-      - items:
-          - const: 0xb010
+    enum:
+      - 0xb00d
+      - 0xb00f
+      - 0xb010
+      - 0xb013
 
   msi-map: true
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2
  2021-11-30  3:56 [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2 Aswath Govindraju
@ 2021-12-07 21:14 ` Rob Herring
  2022-01-25  6:36 ` Aswath Govindraju
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2021-12-07 21:14 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Rob Herring, linux-pci, devicetree, Kishon Vijay Abraham I,
	linux-kernel, Nishanth Menon, Bjorn Helgaas, Vignesh Raghavendra

On Tue, 30 Nov 2021 09:26:07 +0530, Aswath Govindraju wrote:
> Document the device id of J721S2 SoC.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---
> 
> changes since v1:
> - changed (oneOf, items) into enum
> 
>  .../devicetree/bindings/pci/ti,j721e-pci-host.yaml   | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2
  2021-11-30  3:56 [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2 Aswath Govindraju
  2021-12-07 21:14 ` Rob Herring
@ 2022-01-25  6:36 ` Aswath Govindraju
  2022-01-27 15:23   ` Bjorn Helgaas
  1 sibling, 1 reply; 5+ messages in thread
From: Aswath Govindraju @ 2022-01-25  6:36 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Vignesh Raghavendra, Nishanth Menon, Kishon Vijay Abraham I,
	Rob Herring, linux-pci, devicetree, linux-kernel

Hi Bjorn,

On 30/11/21 9:26 am, Aswath Govindraju wrote:
> Document the device id of J721S2 SoC.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---
> 

May I know if this patch can be picked up?

Thanks,
Aswath

> changes since v1:
> - changed (oneOf, items) into enum
> 
>  .../devicetree/bindings/pci/ti,j721e-pci-host.yaml   | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> index cc900202df29..41df8f1c2d4c 100644
> --- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> +++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> @@ -64,13 +64,11 @@ properties:
>      const: 0x104c
>  
>    device-id:
> -    oneOf:
> -      - items:
> -          - const: 0xb00d
> -      - items:
> -          - const: 0xb00f
> -      - items:
> -          - const: 0xb010
> +    enum:
> +      - 0xb00d
> +      - 0xb00f
> +      - 0xb010
> +      - 0xb013
>  
>    msi-map: true
>  
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2
  2022-01-25  6:36 ` Aswath Govindraju
@ 2022-01-27 15:23   ` Bjorn Helgaas
  2022-01-27 18:25     ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2022-01-27 15:23 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Bjorn Helgaas, Vignesh Raghavendra, Nishanth Menon,
	Kishon Vijay Abraham I, Rob Herring, linux-pci, devicetree,
	linux-kernel, Lorenzo Pieralisi

[+cc Lorenzo, initial post
https://lore.kernel.org/r/20211130035608.13492-1-a-govindraju@ti.com]

On Tue, Jan 25, 2022 at 12:06:16PM +0530, Aswath Govindraju wrote:
> On 30/11/21 9:26 am, Aswath Govindraju wrote:
> > Document the device id of J721S2 SoC.
> > 
> > Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> > ---
> > 
> 
> May I know if this patch can be picked up?

"git log Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml"
says most changes to this file have been applied by Lorenzo, so I cc'd
him.

> > changes since v1:
> > - changed (oneOf, items) into enum
> > 
> >  .../devicetree/bindings/pci/ti,j721e-pci-host.yaml   | 12 +++++-------
> >  1 file changed, 5 insertions(+), 7 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> > index cc900202df29..41df8f1c2d4c 100644
> > --- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> > +++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> > @@ -64,13 +64,11 @@ properties:
> >      const: 0x104c
> >  
> >    device-id:
> > -    oneOf:
> > -      - items:
> > -          - const: 0xb00d
> > -      - items:
> > -          - const: 0xb00f
> > -      - items:
> > -          - const: 0xb010
> > +    enum:
> > +      - 0xb00d
> > +      - 0xb00f
> > +      - 0xb010
> > +      - 0xb013
> >    msi-map: true
> >  
> > 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2
  2022-01-27 15:23   ` Bjorn Helgaas
@ 2022-01-27 18:25     ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2022-01-27 18:25 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Aswath Govindraju, Bjorn Helgaas, Vignesh Raghavendra,
	Nishanth Menon, Kishon Vijay Abraham I, PCI, devicetree,
	linux-kernel, Lorenzo Pieralisi

On Thu, Jan 27, 2022 at 9:24 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> [+cc Lorenzo, initial post
> https://lore.kernel.org/r/20211130035608.13492-1-a-govindraju@ti.com]
>
> On Tue, Jan 25, 2022 at 12:06:16PM +0530, Aswath Govindraju wrote:
> > On 30/11/21 9:26 am, Aswath Govindraju wrote:
> > > Document the device id of J721S2 SoC.
> > >
> > > Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> > > ---
> > >
> >
> > May I know if this patch can be picked up?
>
> "git log Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml"
> says most changes to this file have been applied by Lorenzo, so I cc'd
> him.

I can take it if there's not other pending changes to this file for 5.18?

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-27 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30  3:56 [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2 Aswath Govindraju
2021-12-07 21:14 ` Rob Herring
2022-01-25  6:36 ` Aswath Govindraju
2022-01-27 15:23   ` Bjorn Helgaas
2022-01-27 18:25     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).