Message ID | 20211119133253.18590-1-a-govindraju@ti.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Rob Herring |
Headers | show |
Series | dt-bindings: PCI: ti,j721e: Add device id for J721S2 | expand |
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 <a-govindraju@ti.com> > --- > 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 > >
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 <a-govindraju@ti.com> >> --- >> 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 >> >>
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
Document the device id of J721S2 SoC. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> --- Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml | 2 ++ 1 file changed, 2 insertions(+)