Author: quozl Date: Wed Feb 27 10:16:19 2013 New Revision: 3576 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3576
Log: OLPC XO-4 - increase deactivate delay, SMT text fixture and C2 seem to need it, #12583.
Modified: cpu/arm/olpc/nn-touchscreen.fth
Modified: cpu/arm/olpc/nn-touchscreen.fth ============================================================================== --- cpu/arm/olpc/nn-touchscreen.fth Wed Feb 27 05:25:20 2013 (r3575) +++ cpu/arm/olpc/nn-touchscreen.fth Wed Feb 27 10:16:19 2013 (r3576) @@ -170,7 +170,7 @@ : start ( -- ) h# 04 h# 01 h# ee 3 bytes-out ;
: deactivate ( -- ) - h# 00 h# 01 h# ee 3 bytes-out h# 00 d# 100 anticipate + h# 00 h# 01 h# ee 3 bytes-out h# 00 d# 200 anticipate ;
: deconfigure ( -- )