diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-09-13 11:35:10 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-10-21 14:22:46 +0200 |
commit | c1e83e32885d373077ad1df7cfd82c38e40e2701 (patch) | |
tree | 43655161262d425a7b541b30533651d0da6ba32b /Documentation/devicetree/bindings/i2c | |
parent | 2a0cfc2f83e857e26ceb2021a0feb0dde0be1239 (diff) | |
download | lwn-c1e83e32885d373077ad1df7cfd82c38e40e2701.tar.gz lwn-c1e83e32885d373077ad1df7cfd82c38e40e2701.zip |
dt-bindings: i2c: Aspeed: Add AST2600 compatible
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>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-aspeed.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-aspeed.txt b/Documentation/devicetree/bindings/i2c/i2c-aspeed.txt index 8fbd8633a387..b47f6ccb196a 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-aspeed.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-aspeed.txt @@ -1,4 +1,4 @@ -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 @@ -6,6 +6,7 @@ Required Properties: - 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 |