Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933036AbbHXJyY (ORCPT ); Mon, 24 Aug 2015 05:54:24 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:42227 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932205AbbHXJyW (ORCPT ); Mon, 24 Aug 2015 05:54:22 -0400 Message-ID: <55DAE97B.6090000@st.com> Date: Mon, 24 Aug 2015 11:52:59 +0200 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Gabriel Fernandez , Srinivas Kandagatla , Patrice Chotard , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King CC: , , , , Lee Jones Subject: Re: [PATCH 1/1] ARM: DT: STi: STiH418: Fix mmc0 clock configuration References: <1440409204-11108-1-git-send-email-gabriel.fernandez@linaro.org> In-Reply-To: <1440409204-11108-1-git-send-email-gabriel.fernandez@linaro.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.241] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-08-24_01:2015-08-24,2015-08-23,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 35 Hi Gabriel, On 08/24/2015 11:40 AM, Gabriel Fernandez wrote: > This patch configure correctly the MMC-0 clock for STiH418 platform. > > Signed-off-by: Gabriel Fernandez > --- > arch/arm/boot/dts/stih418-b2199.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts > index 82eee39..7a03ca6 100644 > --- a/arch/arm/boot/dts/stih418-b2199.dts > +++ b/arch/arm/boot/dts/stih418-b2199.dts > @@ -85,6 +85,10 @@ > sd-uhs-sdr50; > sd-uhs-sdr104; > sd-uhs-ddr50; > + > + assigned-clocks = <&clk_s_c0_flexgen CLK_MMC_0>; > + assigned-clock-parents = <&clk_s_c0_pll1 0>; > + assigned-clock-rates = <200000000>; Thanks for the fix, but I would rather define the parent and rate in the SoC dtsi file, i.e. stih418.dtsi. If you agree to change, you can add: Acked-by: Maxime Coquelin Thanks! Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/