Author: quozl Date: Fri May 18 03:50:24 2012 New Revision: 2980 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2980
Log: OLPC XO-1.75 - fix svn 2978 requested by Chia-Hsiu, the address for over-current threshold is an index-address not a register address
Modified: cpu/arm/olpc/alc5631.fth
Modified: cpu/arm/olpc/alc5631.fth ============================================================================== --- cpu/arm/olpc/alc5631.fth Fri May 18 03:00:17 2012 (r2979) +++ cpu/arm/olpc/alc5631.fth Fri May 18 03:50:24 2012 (r2980) @@ -39,7 +39,7 @@ h# 1010 h# 38 codec! \ Divisors; the values in this register don't seem to make much \ difference unless you set the divisors to very high values.
- h# f73c h# 48 codec! \ Increase the Class-D amp Over-Current Threshold per the datasheet + h# f73c h# 48 codec-i! \ Increase the Class-D amp Over-Current Threshold per the datasheet ; : mic-bias-off ( -- ) h# 000c h# 3b codec-clr ; : mic-bias-on ( -- ) h# 000c h# 3b codec-set ;
openfirmware@openfirmware.info