diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-03-18 12:00:22 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-05-14 12:02:32 +0300 |
commit | 64146f20eb05bb193060ba50dddacaf0d7a48f83 (patch) | |
tree | d5adee265fdd7989541ada7f48c564c386ed33a3 /arch/arm/boot | |
parent | 120911120911e0f84eea4fd7d1e9d6c4c65f1586 (diff) | |
download | linux-64146f20eb05bb193060ba50dddacaf0d7a48f83.tar.xz |
ARM: bcm2835: dt: Fix i2c0 node name
Device tree node names should contain the node's reg property address value.
The i2c0 node was apparently forgotten in commit 25b2f1bd0b7e0 (ARM: bcm2835:
node name unit address cleanup).
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/bcm2835.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi index be9c91439bcf..4d4c1294c082 100644 --- a/arch/arm/boot/dts/bcm2835.dtsi +++ b/arch/arm/boot/dts/bcm2835.dtsi @@ -113,7 +113,7 @@ status = "disabled"; }; - i2c0: i2c@20205000 { + i2c0: i2c@7e205000 { compatible = "brcm,bcm2835-i2c"; reg = <0x7e205000 0x1000>; interrupts = <2 21>; |