diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2019-08-27 19:04:14 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-08-29 20:51:46 +0200 |
commit | ca85ee7457dc60771ec0173bfed58671177a74ab (patch) | |
tree | c5e18fd30020b288d76c292b1ad686bda2a82ce2 /Documentation | |
parent | 232219b9a464c2479c98aa589acb1bd3383ae9d6 (diff) | |
download | linux-ca85ee7457dc60771ec0173bfed58671177a74ab.tar.gz linux-ca85ee7457dc60771ec0173bfed58671177a74ab.tar.bz2 linux-ca85ee7457dc60771ec0173bfed58671177a74ab.zip |
dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible
Add a new compatible for the BCM2711, which hasn't the clock stretch bug.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt index e9de3756752b..c9a6587fe4bb 100644 --- a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt +++ b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt @@ -1,7 +1,9 @@ Broadcom BCM2835 I2C controller Required properties: -- compatible : Should be "brcm,bcm2835-i2c". +- compatible : Should be one of: + "brcm,bcm2711-i2c" + "brcm,bcm2835-i2c" - reg: Should contain register location and length. - interrupts: Should contain interrupt. - clocks : The clock feeding the I2C controller. |