2021-11-19 13:33:04

by Aswath Govindraju

[permalink] [raw]
Subject: [PATCH] dt-bindings: PCI: ti,j721e: Add device id for J721S2

Document the device id of J721S2 SoC.

Signed-off-by: Aswath Govindraju <[email protected]>
---
Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
index cc900202df29..0411bf5a1700 100644
--- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
+++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
@@ -71,6 +71,8 @@ properties:
- const: 0xb00f
- items:
- const: 0xb010
+ - items:
+ - const: 0xb013

msi-map: true

--
2.17.1



2021-11-30 00:12:30

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: PCI: ti,j721e: Add device id for J721S2

On Fri, Nov 19, 2021 at 07:02:53PM +0530, Aswath Govindraju wrote:
> Document the device id of J721S2 SoC.
>
> Signed-off-by: Aswath Govindraju <[email protected]>
> ---
> Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> index cc900202df29..0411bf5a1700 100644
> --- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> +++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> @@ -71,6 +71,8 @@ properties:
> - const: 0xb00f
> - items:
> - const: 0xb010
> + - items:
> + - const: 0xb013

This can all be just an 'enum'.

>
> msi-map: true
>
> --
> 2.17.1
>
>

2021-11-30 04:00:17

by Aswath Govindraju

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: PCI: ti,j721e: Add device id for J721S2

Hi Rob,

On 30/11/21 5:42 am, Rob Herring wrote:
> On Fri, Nov 19, 2021 at 07:02:53PM +0530, Aswath Govindraju wrote:
>> Document the device id of J721S2 SoC.
>>
>> Signed-off-by: Aswath Govindraju <[email protected]>
>> ---
>> Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
>> index cc900202df29..0411bf5a1700 100644
>> --- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
>> +++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
>> @@ -71,6 +71,8 @@ properties:
>> - const: 0xb00f
>> - items:
>> - const: 0xb010
>> + - items:
>> + - const: 0xb013
>
> This can all be just an 'enum'.
>

Sorry, for not noticing this. I have posted a v2 after making the
correction.

Thanks,
Aswath

>>
>> msi-map: true
>>
>> --
>> 2.17.1
>>
>>