lkml.org 
[lkml]   [2009]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: MMC: Make the configuration memory resource optional
Hi all,

Could all non-MFD users of tmio-mmc please ensure that the following is
actually true on your hardware?

mmc->f_max = pdata->hclk;
mmc->f_min = mmc->f_max / 512;

According to all the data I have, the smallest divider setting of 0x100
is /2 and only MFD controllers with the CNF area can select no-divider mode.

this would mean that non-MFD chips should be doing:

mmc->f_max = pdata->hclk / 2;
mmc->f_min = pdata->hclk / 512;


\
 
 \ /
  Last update: 2009-08-05 15:37    [W:1.212 / U:1.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site