From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752442AbdJKRIC (ORCPT ); Wed, 11 Oct 2017 13:08:02 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:54159 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbdJKRIB (ORCPT ); Wed, 11 Oct 2017 13:08:01 -0400 From: Alexey Brodkin To: "Eugeniy.Paltsev@synopsys.com" CC: "linux-kernel@vger.kernel.org" , "Vineet Gupta" , "linux-snps-arc@lists.infradead.org" Subject: Re: [PATCH] ARC: [plat-hsdk]: Increase SDIO CIU frequency to 50000000Hz Thread-Topic: [PATCH] ARC: [plat-hsdk]: Increase SDIO CIU frequency to 50000000Hz Thread-Index: AQHTQrKhuLhpSI5xI0utLRdkh7O8LqLewAwA Date: Wed, 11 Oct 2017 17:07:58 +0000 Message-ID: <1507741678.3839.5.camel@synopsys.com> References: <20171011170142.27232-1-Eugeniy.Paltsev@synopsys.com> In-Reply-To: <20171011170142.27232-1-Eugeniy.Paltsev@synopsys.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.225.15.124] Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v9BH89ef028661 Hi Eugeniy, On Wed, 2017-10-11 at 20:01 +0300, Eugeniy Paltsev wrote: > With current SDIO CIU clock frequency (12500000Hz) DW MMC > controller fails to initialize some SD cards (which don't > support slow mode). > > So increase SDIO CIU frequency from 12500000Hz to 50000000Hz by > switching from the default divisor value (div-by-8) to the > minimum possible value of the divisor (div-by-2) in HSDK platform > code. > > Reported-by: Vineet Gupta > Tested-by: Vineet Gupta > Signed-off-by: Eugeniy Paltsev Given this change doesn't introduce any regressions or at least so far we only saw 1 card started to work (confirmed by Vineet) while cards we tried locally continue to work... Acked-by: Alexey Brodkin