]> www.infradead.org Git - users/hch/misc.git/commitdiff
docs/devicetree/i2c: brcm,bcm2835: fix node id in example
authorKangmin Park <l4stpr0gr4m@gmail.com>
Sun, 10 May 2020 19:58:21 +0000 (04:58 +0900)
committerRob Herring <robh@kernel.org>
Mon, 18 May 2020 20:43:29 +0000 (14:43 -0600)
This is a trivial patch to fix node id to match the reg in example.

Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/i2c/brcm,bcm2835-i2c.txt

index c9a6587fe4bbc3ecf7b798acd112fde171f22adc..a8a35df419519fcd0ce6eaeeb39a7295d92f4128 100644 (file)
@@ -13,7 +13,7 @@ Recommended properties:
 
 Example:
 
-i2c@20205000 {
+i2c@7e205000 {
        compatible = "brcm,bcm2835-i2c";
        reg = <0x7e205000 0x1000>;
        interrupts = <2 21>;