Commit 747d2464 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Wolfram Sang
Browse files

dt-bindings: i2c: brcm,iproc-i2c: Allow 2 reg entries for brcm,iproc-nic-i2c



The brcm,iproc-nic-i2c variant has 2 reg entries.

The second one is related to the brcm,ape-hsls-addr-mask property, but it's
not clear what a proper description would be.

Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
Reviewed-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent 0f61b186
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ properties:
      - brcm,iproc-nic-i2c

  reg:
    maxItems: 1
    minItems: 1
    maxItems: 2

  clock-frequency:
    enum: [ 100000, 400000 ]
@@ -41,8 +42,15 @@ allOf:
          contains:
            const: brcm,iproc-nic-i2c
    then:
      properties:
        reg:
          minItems: 2
      required:
        - brcm,ape-hsls-addr-mask
    else:
      properties:
        reg:
          maxItems: 1

unevaluatedProperties: false