From: Stefan Wahren Date: Tue, 27 Aug 2019 17:04:14 +0000 (+0200) Subject: dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca85ee7457dc60771ec0173bfed58671177a74ab;p=linux.git 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 Reviewed-by: Eric Anholt Reviewed-by: Rob Herring Signed-off-by: Wolfram Sang --- diff --git a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt index e9de3756752b5..c9a6587fe4bbc 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.