Author: wmb Date: Fri Aug 31 01:14:17 2012 New Revision: 3256 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3256
Log: OLPC ARM - This checkin goes with the previous one, fixing a build failure.
Modified: cpu/arm/olpc/twsi-i2c.fth
Modified: cpu/arm/olpc/twsi-i2c.fth ============================================================================== --- cpu/arm/olpc/twsi-i2c.fth Fri Aug 31 00:57:10 2012 (r3255) +++ cpu/arm/olpc/twsi-i2c.fth Fri Aug 31 01:14:17 2012 (r3256) @@ -1,6 +1,6 @@ purpose: Device tree nodes for board-specific I2C buses implemented by TWSI hardware
-: make-twsi-node " ${BP}/cpu/arm/mmp2/twsi-methods.fth" included ; +: make-twsi-node " ${BP}/cpu/arm/mmp2/twsi-node.fth" included ;
\ baseadr clk irq mux? fast? unit# h# d4011000 1 7 false true 2 make-twsi-node \ TWSI1 @@ -17,7 +17,9 @@ my-address my-space 1 reg end-package [else] -0 0 " 50" " /i2c@d4033000" begin-package \ TWSI4 +dev /i2c@d4033000 \ TWSI4 +new-device + h# 50 1 reg " touchscreen" name " zforce" +compatible my-address my-space 1 reg @@ -25,5 +27,6 @@ touch-tck-gpio# 1 " test-gpios" gpio-property touch-hd-gpio# 1 " hd-gpios" gpio-property touch-int-gpio# 1 " dr-gpios" gpio-property -end-package +finish-device +device-end [then]
openfirmware@openfirmware.info