2014-08-25 11:55 GMT+02:00 Stefan Roese :
> On 24.08.2014 21:31, Mario Schuknecht wrote:
>
>> In function mvebu_mmc_write notice command timeout. It is possible that a
>> command is done, but a timeout occurred.
>>
>> Enable timeout in set bus function.
>>
>> Set window registers. Without that I c
On 25.08.2014 12:53, Mario Schuknecht wrote:
+/*
+ * Set window register.
+ */
+static void mvebu_window_setup(void)
+{
+ int i;
+
+for (i = 0; i < 4; i++) {
+ mvebu_mmc_write(WINDOW_CTRL(i)__, 0);
On 24.08.2014 21:31, Mario Schuknecht wrote:
In function mvebu_mmc_write notice command timeout. It is possible that a
command is done, but a timeout occurred.
Enable timeout in set bus function.
Set window registers. Without that I could not use the driver on a Kirkwood
88F6282 SoC.
Set high
3 matches
Mail list logo