From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752558AbbAGOWg (ORCPT ); Wed, 7 Jan 2015 09:22:36 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:56730 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbbAGOWe (ORCPT ); Wed, 7 Jan 2015 09:22:34 -0500 Message-ID: <54AD4126.6030807@gmail.com> Date: Wed, 07 Jan 2015 15:22:30 +0100 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 To: Jisheng Zhang , mturquette@linaro.org, sboyd@codeaurora.org, alexandre.belloni@free-electrons.com, antoine.tenart@free-electrons.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk CC: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 1/3] ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 host References: <1420016272-6789-1-git-send-email-jszhang@marvell.com> <1420016272-6789-2-git-send-email-jszhang@marvell.com> In-Reply-To: <1420016272-6789-2-git-send-email-jszhang@marvell.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31.12.2014 09:57, Jisheng Zhang wrote: > On BG2Q, the sdhci2 host uses nfcecc for "io" clk and nfc for "core" clk. > The shdci2 can't work Without this patch due to the "core" clk is gated. > > Signed-off-by: Jisheng Zhang > Cc: stable@vger.kernel.org # 3.16+ Applied to berlin/fixes. Thanks! > --- > arch/arm/boot/dts/berlin2q.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi > index 35253c9..903f3bb 100644 > --- a/arch/arm/boot/dts/berlin2q.dtsi > +++ b/arch/arm/boot/dts/berlin2q.dtsi > @@ -83,7 +83,8 @@ > compatible = "mrvl,pxav3-mmc"; > reg = <0xab1000 0x200>; > interrupts = ; > - clocks = <&chip CLKID_SDIO1XIN>; > + clocks = <&chip CLKID_NFC_ECC>, <&chip CLKID_NFC>; > + clock-names = "io", "core"; > status = "disabled"; > }; > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hesselbarth Subject: Re: [PATCH 1/3] ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 host Date: Wed, 07 Jan 2015 15:22:30 +0100 Message-ID: <54AD4126.6030807@gmail.com> References: <1420016272-6789-1-git-send-email-jszhang@marvell.com> <1420016272-6789-2-git-send-email-jszhang@marvell.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1420016272-6789-2-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jisheng Zhang , mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 31.12.2014 09:57, Jisheng Zhang wrote: > On BG2Q, the sdhci2 host uses nfcecc for "io" clk and nfc for "core" clk. > The shdci2 can't work Without this patch due to the "core" clk is gated. > > Signed-off-by: Jisheng Zhang > Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org # 3.16+ Applied to berlin/fixes. Thanks! > --- > arch/arm/boot/dts/berlin2q.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi > index 35253c9..903f3bb 100644 > --- a/arch/arm/boot/dts/berlin2q.dtsi > +++ b/arch/arm/boot/dts/berlin2q.dtsi > @@ -83,7 +83,8 @@ > compatible = "mrvl,pxav3-mmc"; > reg = <0xab1000 0x200>; > interrupts = ; > - clocks = <&chip CLKID_SDIO1XIN>; > + clocks = <&chip CLKID_NFC_ECC>, <&chip CLKID_NFC>; > + clock-names = "io", "core"; > status = "disabled"; > }; > > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth) Date: Wed, 07 Jan 2015 15:22:30 +0100 Subject: [PATCH 1/3] ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 host In-Reply-To: <1420016272-6789-2-git-send-email-jszhang@marvell.com> References: <1420016272-6789-1-git-send-email-jszhang@marvell.com> <1420016272-6789-2-git-send-email-jszhang@marvell.com> Message-ID: <54AD4126.6030807@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 31.12.2014 09:57, Jisheng Zhang wrote: > On BG2Q, the sdhci2 host uses nfcecc for "io" clk and nfc for "core" clk. > The shdci2 can't work Without this patch due to the "core" clk is gated. > > Signed-off-by: Jisheng Zhang > Cc: stable at vger.kernel.org # 3.16+ Applied to berlin/fixes. Thanks! > --- > arch/arm/boot/dts/berlin2q.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi > index 35253c9..903f3bb 100644 > --- a/arch/arm/boot/dts/berlin2q.dtsi > +++ b/arch/arm/boot/dts/berlin2q.dtsi > @@ -83,7 +83,8 @@ > compatible = "mrvl,pxav3-mmc"; > reg = <0xab1000 0x200>; > interrupts = ; > - clocks = <&chip CLKID_SDIO1XIN>; > + clocks = <&chip CLKID_NFC_ECC>, <&chip CLKID_NFC>; > + clock-names = "io", "core"; > status = "disabled"; > }; > >