Skip to content

Commit

Permalink
dt-bindings: i2c: iproc: add "brcm, iproc-nic-i2c" compatible string
Browse files Browse the repository at this point in the history
Update iProc I2C binding document to add new compatible string
"brcm,iproc-nic-i2c". Optional property "brcm,ape-hsls-addr-mask" is
also added that allows configuration of the host view into the APE's
address for "brcm,iproc-nic-i2c"

Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
  • Loading branch information
Rayagonda Kokatanur authored and Wolfram Sang committed Apr 3, 2019
1 parent a9f0a81 commit 12402f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/devicetree/bindings/i2c/brcm,iproc-i2c.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Broadcom iProc I2C controller
Required properties:

- compatible:
Must be "brcm,iproc-i2c"
Must be "brcm,iproc-i2c" or "brcm,iproc-nic-i2c"

- reg:
Define the base and range of the I/O address space that contain the iProc
Expand All @@ -26,6 +26,10 @@ Optional properties:
case, this property should be left unspecified, and driver will fall back
to polling mode

- brcm,ape-hsls-addr-mask:
Required for "brcm,iproc-nic-i2c". Host view of address mask into the
'APE' co-processor. Value must be unsigned, 32-bit

Example:
i2c0: i2c@18008000 {
compatible = "brcm,iproc-i2c";
Expand Down

0 comments on commit 12402f8

Please sign in to comment.