Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Rob Herring (Arm) and committed by
Wolfram Sang
747d2464 0f61b186

+9 -1
+9 -1
Documentation/devicetree/bindings/i2c/brcm,iproc-i2c.yaml
··· 16 16 - brcm,iproc-nic-i2c 17 17 18 18 reg: 19 - maxItems: 1 19 + minItems: 1 20 + maxItems: 2 20 21 21 22 clock-frequency: 22 23 enum: [ 100000, 400000 ] ··· 42 41 contains: 43 42 const: brcm,iproc-nic-i2c 44 43 then: 44 + properties: 45 + reg: 46 + minItems: 2 45 47 required: 46 48 - brcm,ape-hsls-addr-mask 49 + else: 50 + properties: 51 + reg: 52 + maxItems: 1 47 53 48 54 unevaluatedProperties: false 49 55