Author: wmb Date: Fri Aug 17 19:20:39 2012 New Revision: 3191 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3191
Log: OLPC ARM - Changed the unit numbers for some TWSI nodes so they don't conflict with auto-assigned unit numbers of i2c gpio nodes.
Modified: cpu/arm/mmp2/twsi.fth
Modified: cpu/arm/mmp2/twsi.fth ============================================================================== --- cpu/arm/mmp2/twsi.fth Fri Aug 17 19:19:25 2012 (r3190) +++ cpu/arm/mmp2/twsi.fth Fri Aug 17 19:20:39 2012 (r3191) @@ -190,9 +190,9 @@ h# d4011000 1 7 false true 2 make-twsi-node \ TWSI1 h# d4031000 2 0 true true 3 make-twsi-node \ TWSI2 \ h# d4032000 3 1 true true N make-twsi-node \ TWSI3 - h# d4033000 4 2 true true 0 make-twsi-node \ TWSI4 + h# d4033000 4 2 true true 5 make-twsi-node \ TWSI4 \ h# d4038000 d# 30 3 true true N make-twsi-node \ TWSI5 - h# d4034000 d# 31 4 true true 1 make-twsi-node \ TWSI6 + h# d4034000 d# 31 4 true true 4 make-twsi-node \ TWSI6
0 0 " 1a" " /i2c@d4011000" begin-package \ TWSI1
openfirmware@openfirmware.info