From: Kangmin Park Date: Sun, 10 May 2020 19:58:21 +0000 (+0900) Subject: docs/devicetree/i2c: brcm,bcm2835: fix node id in example X-Git-Tag: v5.8-rc1~136^2~94 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=24921a8f184708600a03bcbf5143fb1b7bb281a7;p=users%2Fhch%2Fmisc.git docs/devicetree/i2c: brcm,bcm2835: fix node id in example This is a trivial patch to fix node id to match the reg in example. Signed-off-by: Kangmin Park Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt index c9a6587fe4bb..a8a35df41951 100644 --- a/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt +++ b/Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt @@ -13,7 +13,7 @@ Recommended properties: Example: -i2c@20205000 { +i2c@7e205000 { compatible = "brcm,bcm2835-i2c"; reg = <0x7e205000 0x1000>; interrupts = <2 21>;