commit | de8af7fe0158493baa1c9a5418ac598a18e86027 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sun Aug 28 16:22:19 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sun Aug 28 16:37:12 2011 +0000 |
tree | 29a6958097977ce5c3bfb89ab31b39bd1858bbd9 | |
parent | 77c6c7369035c25d9d4babd920dbe691e3453cfc [diff] |
omap_gpmc: Fix handling of FIFOTHRESHOLDSTATUS bit The OMAP3 TRM is inconsistent about whether the GPMC FIFOTHRESHOLDSTATUS bit should be set when FIFOPOINTER > FIFOTHRESHOLD or when it is >= FIFOTHRESHOLD. Apparently the underlying functional spec from which the TRM was created states that the behaviour is ">=", and this also makes more conceptual sense. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>