From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753357AbbGIPKi (ORCPT ); Thu, 9 Jul 2015 11:10:38 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:58611 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109AbbGIPK2 (ORCPT ); Thu, 9 Jul 2015 11:10:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Thu, 09 Jul 2015 17:07:40 +0200 From: Stefan Agner To: Cory Tusar Cc: shawnguo@kernel.org, kernel@pengutronix.de, 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, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, andrew@lunn.ch Subject: Re: [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. In-Reply-To: <1436388666-29376-2-git-send-email-cory.tusar@pid1solutions.com> References: <1436388666-29376-1-git-send-email-cory.tusar@pid1solutions.com> <1436388666-29376-2-git-send-email-cory.tusar@pid1solutions.com> Message-ID: <9cc6942b245ccae55614eb72db803d6b@agner.ch> User-Agent: Roundcube Webmail/1.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015-07-08 22:51, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar Looks good to me: Acked-by: Stefan Agner > --- > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 4aa3351..7e97017 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -445,6 +445,17 @@ > status = "disabled"; > }; > > + esdhc0: esdhc@400b1000 { > + compatible = "fsl,imx53-esdhc"; > + reg = <0x400b1000 0x1000>; > + interrupts = <27 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks VF610_CLK_IPG_BUS>, > + <&clks VF610_CLK_PLATFORM_BUS>, > + <&clks VF610_CLK_ESDHC0>; > + clock-names = "ipg", "ahb", "per"; > + status = "disabled"; > + }; > + > esdhc1: esdhc@400b2000 { > compatible = "fsl,imx53-esdhc"; > reg = <0x400b2000 0x1000>; From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefan@agner.ch (Stefan Agner) Date: Thu, 09 Jul 2015 17:07:40 +0200 Subject: [PATCH 1/1] ARM: dts: vfxxx: Include support for esdhc0 functionality. In-Reply-To: <1436388666-29376-2-git-send-email-cory.tusar@pid1solutions.com> References: <1436388666-29376-1-git-send-email-cory.tusar@pid1solutions.com> <1436388666-29376-2-git-send-email-cory.tusar@pid1solutions.com> Message-ID: <9cc6942b245ccae55614eb72db803d6b@agner.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2015-07-08 22:51, Cory Tusar wrote: > Extend the existing Vybrid eSDHC devicetree implementation to also > describe the esdhc0 functional block. > > Tested on a custom VF610-based board with a Toshiba THGBM1G5D2EBAI7 eMMC > module attached to esdhc0. > > Signed-off-by: Cory Tusar Looks good to me: Acked-by: Stefan Agner > --- > arch/arm/boot/dts/vfxxx.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 4aa3351..7e97017 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -445,6 +445,17 @@ > status = "disabled"; > }; > > + esdhc0: esdhc at 400b1000 { > + compatible = "fsl,imx53-esdhc"; > + reg = <0x400b1000 0x1000>; > + interrupts = <27 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks VF610_CLK_IPG_BUS>, > + <&clks VF610_CLK_PLATFORM_BUS>, > + <&clks VF610_CLK_ESDHC0>; > + clock-names = "ipg", "ahb", "per"; > + status = "disabled"; > + }; > + > esdhc1: esdhc at 400b2000 { > compatible = "fsl,imx53-esdhc"; > reg = <0x400b2000 0x1000>;