commit | 0b94d05c23e29cf630cff8cc3b10366d700cffeb | [log] [tgz] |
---|---|---|
author | Alex Badea <vamposdecampos@gmail.com> | Wed Nov 10 03:18:41 2010 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Wed Nov 10 03:18:41 2010 +0000 |
tree | b987b4df2ff807ffdae43324565ea48f3fe83c90 | |
parent | b9556e0fd4ab189b5d9dcb86b2bdbf8e5c584db7 [diff] |
ft2232_spi: allow 5x clock divisor to be set at runtime Check at init time whether the chip is a type 'H' (FT2232H or FT4232H). If not, omit the disable-divide-by-5 (0x8a) command which can confuse older chips. Corresponding to flashrom svn r1229. Signed-off-by: Alex Badea <vamposdecampos@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>