Skip to content

Commit

Permalink
dt-bindings: i2c: Aspeed: Add AST2600 compatible
Browse files Browse the repository at this point in the history
Document the AST2600 I2C bus compatible string.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
  • Loading branch information
Eddie James authored and Wolfram Sang committed Oct 21, 2019
1 parent 2a0cfc2 commit c1e83e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Device tree configuration for the I2C busses on the AST24XX and AST25XX SoCs.
Device tree configuration for the I2C busses on the AST24XX, AST25XX, and AST26XX SoCs.

Required Properties:
- #address-cells : should be 1
- #size-cells : should be 0
- reg : address offset and range of bus
- compatible : should be "aspeed,ast2400-i2c-bus"
or "aspeed,ast2500-i2c-bus"
or "aspeed,ast2600-i2c-bus"
- clocks : root clock of bus, should reference the APB
clock in the second cell
- resets : phandle to reset controller with the reset number in
Expand Down

0 comments on commit c1e83e3

Please sign in to comment.