aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-02-11 23:15:17 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:58:55 +0100
commit1495653fa7e2c1804dd8b9af0331dd29313b3ac6 (patch)
tree80a7833edf0708f5ad6c0af79857972a34cbd6e2
parentd5ab4f10a5dc1e86f3fe53ee67d1e7fa29961642 (diff)
downloadopenfirmware-1495653fa7e2c1804dd8b9af0331dd29313b3ac6.tar.gz
olpc/twsi-i2c: fix TWSI5 address
In a comment, but still -- the documentation better be correct.
-rw-r--r--cpu/arm/olpc/twsi-i2c.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm/olpc/twsi-i2c.fth b/cpu/arm/olpc/twsi-i2c.fth
index 0f0e4c74..bac0d5f3 100644
--- a/cpu/arm/olpc/twsi-i2c.fth
+++ b/cpu/arm/olpc/twsi-i2c.fth
@@ -9,7 +9,7 @@ purpose: Device tree nodes for board-specific I2C buses implemented by TWSI hard
h# d4031000 mmp2-twsi1-clk# 0 true true 3 fload ${BP}/cpu/arm/mmp2/twsi-node.fth \ TWSI2
\ h# d4032000 mmp2-twsi2-clk# 1 true true N fload ${BP}/cpu/arm/mmp2/twsi-node.fth \ TWSI3
h# d4033000 mmp2-twsi3-clk# 2 true true 5 fload ${BP}/cpu/arm/mmp2/twsi-node.fth \ TWSI4
-\ h# d4038000 mmp2-twsi4-clk# 3 true true N fload ${BP}/cpu/arm/mmp2/twsi-node.fth \ TWSI5
+\ h# d4033800 mmp2-twsi4-clk# 3 true true N fload ${BP}/cpu/arm/mmp2/twsi-node.fth \ TWSI5
h# d4034000 mmp2-twsi5-clk# 4 true true 4 fload ${BP}/cpu/arm/mmp2/twsi-node.fth \ TWSI6
devalias i2c2 /i2c@d4011000