[PATCH] dt-bindings: PCI: ti,j721e: Add device id for J721S2
Subsystems:
open firmware and flattened device tree bindings, pci native host bridge and endpoint drivers, pci subsystem, the rest
STALE1705d
3 messages,
2 authors,
2021-11-30
· open the first message on its own page
Document the device id of J721S2 SoC.
Signed-off-by: Aswath Govindraju <redacted>
---
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
On Fri, Nov 19, 2021 at 07:02:53PM +0530, Aswath Govindraju wrote:
quoted hunk
Document the device id of J721S2 SoC.
Signed-off-by: Aswath Govindraju <redacted>
---
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:
quoted
Document the device id of J721S2 SoC.
Signed-off-by: Aswath Govindraju <redacted>
---
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
quoted
msi-map: true
--
2.17.1