Commit 24921a8f authored by Kangmin Park's avatar Kangmin Park Committed by Rob Herring

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: default avatarKangmin Park <l4stpr0gr4m@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 907dd453
...@@ -13,7 +13,7 @@ Recommended properties: ...@@ -13,7 +13,7 @@ Recommended properties:
Example: Example:
i2c@20205000 { i2c@7e205000 {
compatible = "brcm,bcm2835-i2c"; compatible = "brcm,bcm2835-i2c";
reg = <0x7e205000 0x1000>; reg = <0x7e205000 0x1000>;
interrupts = <2 21>; interrupts = <2 21>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment