[coreboot-gerrit] Patch merged into coreboot/master: 1c0d0c0 pistachio: spi: use same clock edge for RX and TX

gerrit at coreboot.org gerrit at coreboot.org
Tue Apr 14 12:07:53 CEST 2015


the following patch was just integrated into master:
commit 1c0d0c01591f22e554fda82a34150f63a9e5b8fc
Author: Ionela Voinescu <ionela.voinescu at imgtec.com>
Date:   Mon Jan 19 01:05:16 2015 +0000

    pistachio: spi: use same clock edge for RX and TX
    
    When using this mode data is received and transmitted on the same
    edge of the SPFI clock, which allows for higher frequencies of
    operation. In this mode the maximum supported frequency is 50Mhz.
    If this mode is not enabled the maximum supported frequency is
    25Mhz.
    
    BUG=chrome-os-partner:31438
    TEST=tested on Pistachio bring up board; the SPFI hardware block is
    fed by the system clock (with a fixed freqency of 400 MHz).
    To achieve the SPFI frequency of 50MHz the internal divider of
    SPFI must be set to 64. To achieve a frequency of 25 Mhz the
    internal divider must be set to 32.
    A value of 64 = division by 8
    A value of 32 = division by 16
    BRANCH=none
    
    Change-Id: Ifd5f739b6157b99e4c1f92b5bb72615ee610ae6c
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: 8b6cce616ec7926682d4eff096563acf1dfd6c65
    Original-Change-Id: I337b6fcf462bcf6021ca77a8b1133cf49140ba76
    Original-Signed-off-by: Ionela Voinescu <ionela.voinescu at imgtec.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/241425
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Reviewed-on: http://review.coreboot.org/9663
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See http://review.coreboot.org/9663 for details.

-gerrit



More information about the coreboot-gerrit mailing list