Author: quozl Date: Wed Aug 8 09:46:52 2012 New Revision: 3135 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3135
Log: OLPC XO-4 - Neonode, add GPIO for Data Ready signal, is low when I2C is readable, goes high on receipt of I2C address.
Modified: cpu/arm/olpc/cl4/gpiopins.fth
Modified: cpu/arm/olpc/cl4/gpiopins.fth ============================================================================== --- cpu/arm/olpc/cl4/gpiopins.fth Wed Aug 8 09:42:36 2012 (r3134) +++ cpu/arm/olpc/cl4/gpiopins.fth Wed Aug 8 09:46:52 2012 (r3135) @@ -62,6 +62,7 @@ d# 12 constant touch-hd-gpio# d# 139 constant touch-tck-gpio# d# 98 constant touch-rst-gpio# +d# 99 constant touch-scr-gpio#
d# 3 constant soc-sel-gpio#
openfirmware@openfirmware.info