mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-23 22:30:37 +02:00
libubb/mmcclk.c (BUS_LIMIT_MHZ): explain the 56 MHz limit
This commit is contained in:
parent
1c76cab66c
commit
10b0dea29c
@ -18,7 +18,16 @@
|
||||
#define MSCCDR_MAX 32
|
||||
#define CLKRT_MAX 8
|
||||
|
||||
#define BUS_LIMIT_MHZ 56 /* nominally, the limit is 20 MHz */
|
||||
/*
|
||||
* Nominally, the limit is 20 MHz. A clock can be obtained until 84 MHz,
|
||||
* possibly even higher. Beyond 56 MHz, the MMC controller in some Bens
|
||||
* has been observed to fail to complete the operation when attempting
|
||||
* data transmission.
|
||||
*
|
||||
* Some Bens still work fine at 84 MHz.
|
||||
*/
|
||||
|
||||
#define BUS_LIMIT_MHZ 56
|
||||
|
||||
|
||||
static int calculate_clock(struct mmcclk *dsc)
|
||||
|
Loading…
Reference in New Issue
Block a user