Commit 92ec34fe authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: PCI: ti,j721e-pci-host: Simplify 'device-id' schema

'device-id' is just a scalar value, so just 'enum' is sufficient.

Link: https://lore.kernel.org/r/20230125221432.3058405-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 0be465c6
Loading
Loading
Loading
Loading
+5 −9
Original line number Original line Diff line number Diff line
@@ -66,15 +66,11 @@ properties:
    const: 0x104c
    const: 0x104c


  device-id:
  device-id:
    oneOf:
    enum:
      - items:
      - 0xb00d
          - const: 0xb00d
      - 0xb00f
      - items:
      - 0xb010
          - const: 0xb00f
      - 0xb013
      - items:
          - const: 0xb010
      - items:
          - const: 0xb013


  msi-map: true
  msi-map: true