Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756384AbcKCImh (ORCPT ); Thu, 3 Nov 2016 04:42:37 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:38387 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756250AbcKCImd (ORCPT ); Thu, 3 Nov 2016 04:42:33 -0400 MIME-version: 1.0 Content-type: text/plain; charset=windows-1252 X-AuditID: cbfee61b-f796f6d000004092-c8-581af8761dca Subject: Re: [PATCH 09/13] mmc: dw_mmc: remove the "clock-freq-min-max" property To: =?UTF-8?Q?Heiko_St=c3=bcbner?= References: <20161103062135.10697-1-jh80.chung@samsung.com> <20161103062135.10697-10-jh80.chung@samsung.com> <20823767.hqlyMd1aKN@diego> Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, ulf.hansson@linaro.org, robh+dt@kernel.org, krzk@kernel.org, shawn.lin@rock-chips.com From: Jaehoon Chung Message-id: <5e85773f-0af1-fcd9-1430-0a36c8f868b5@samsung.com> Date: Thu, 03 Nov 2016 17:42:30 +0900 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 In-reply-to: <20823767.hqlyMd1aKN@diego> Content-transfer-encoding: 8bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrJIsWRmVeSWpSXmKPExsVy+t9jAd2yH1IRBl92SFnMP3KO1eL/o9es FufPb2C32PT4GqvF5V1z2CyO/O9ntPj04D+zxYzz+5gsWvceYbe482Q9q8XxteEO3B6bVnWy edy5tofNY/OSeo+/s/azeGy/No/Z4/MmuQC2KDebjNTElNQihdS85PyUzLx0W6XQEDddCyWF vMTcVFulCF3fkCAlhbLEnFIgz8gADTg4B7gHK+nbJbhlvD8+l7HgvEDF/qXbmBsYd/N2MXJw SAiYSEyYGdzFyAlkiklcuLeerYuRi0NIYCmjxIu3U9hAErwCghI/Jt9jAalnFtCTuH9RC6Lm AaPEpXk9TCA1wgIBEitXNbCD2CJAMxs7njDDFS2+fIcFxGEWWMwk0TzvFjNIFZuAjsT2b8eZ IDbYSXx9tIgdZAOLgKrE31/uIKaoQJjE80YnkApOAQ2JSc9vMILYzALyEgevPGeZwCgwC8l5 sxDOm4WkagEj8ypGidSC5ILipPRco7zUcr3ixNzi0rx0veT83E2M4Gh8Jr2D8fAu90OMAhyM Sjy8DxKlIoRYE8uKK3MPMUpwMCuJ8L7+ChTiTUmsrEotyo8vKs1JLT7EaAp07URmKdHkfGCi yCuJNzQxNzE3NrAwt7Q0MVIS522c/SxcSCA9sSQ1OzW1ILUIpo+Jg1OqgXEt+2H2LYF+k/uD fgRsWOHNKyxk+qNGxuxI5TO2hY2F69N4rc80LLiVU7CQP+bq/aU1rZ4TC8RzNr6xNlshtDvw hMD3e8vuLph7ar9FzecmhZ3RyoyLVb7N49c4cO7CHF82AWPZ/geLt1mYcX+QsWDYengB3+rO dau85pxt7fYxu7JY4fi81iYlluKMREMt5qLiRAAPGNX73AIAAA== X-MTR: 20000000000000000@CPGS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2069 Lines: 56 Hi Heiko. On 11/03/2016 05:20 PM, Heiko St?bner wrote: > Hi Jaehoon, > > Am Donnerstag, 3. November 2016, 15:21:31 schrieb Jaehoon Chung: >> Remove the "clock-freq-min-max" property. >> There is "max-frequency" property in drivers/mmc/core/host.c >> It can be used for getting maximum frequency. >> >> And minimum clock value is assigned to 100K by default. >> Because MMC core should check the initial clock value from >> 400K to 100K until finding correct value. >> It's why Minimum value puts 100K by default. >> >> Signed-off-by: Jaehoon Chung >> --- >> Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 3 --- >> drivers/mmc/host/dw_mmc.c | 13 >> ++++--------- 2 files changed, 4 insertions(+), 12 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt >> b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt index >> 4e00e85..21c8251 100644 >> --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt >> +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt >> @@ -56,9 +56,6 @@ Optional properties: >> is specified and the ciu clock is specified then we'll try to set the ciu >> clock to this at probe time. >> >> -* clock-freq-min-max: Minimum and Maximum clock frequency for card output >> - clock(cclk_out). If it's not specified, max is 200MHZ and min is 400KHz >> by default. - > > I'd think devicetree people will protest about simply removing this property > without deprecating it first - to be backwards compatible with old devicetrees. > > Especially as this property was added already back in 2013, so has been in use > for quite some time. Thanks for pointing out. I will resend the patchset with changing this. And maintain the backwards compatible. Best Regards, Jaehoon Chung > > > Heiko > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > >