From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/4] arm: omap: tao3530: Add pdata-quirk for the mmc2 internal clock Date: Thu, 28 Aug 2014 11:01:07 -0700 Message-ID: <20140828180106.GI16006@atomide.com> References: <1409245829-3938-1-git-send-email-sr@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:13140 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750941AbaH1SBO (ORCPT ); Thu, 28 Aug 2014 14:01:14 -0400 Content-Disposition: inline In-Reply-To: <1409245829-3938-1-git-send-email-sr@denx.de> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Stefan Roese Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Thorsten Eisbein , Tapani Utriainen * Stefan Roese [140828 10:10]: Missing description.. > Signed-off-by: Stefan Roese > Cc: Thorsten Eisbein > Cc: Tapani Utriainen > Cc: Tony Lindgren > --- > arch/arm/mach-omap2/pdata-quirks.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c > index 90c88d4..b9d091b 100644 > --- a/arch/arm/mach-omap2/pdata-quirks.c > +++ b/arch/arm/mach-omap2/pdata-quirks.c > @@ -253,6 +253,11 @@ static void __init nokia_n900_legacy_init(void) > > } > } > + > +static void __init omap3_tao3530_legacy_init(void) > +{ > + hsmmc2_internal_input_clk(); > +} > #endif /* CONFIG_ARCH_OMAP3 */ > > #ifdef CONFIG_ARCH_OMAP4 > @@ -377,6 +382,7 @@ static struct pdata_init pdata_quirks[] __initdata = { > { "ti,omap3-evm-37xx", omap3_evm_legacy_init, }, > { "ti,omap3-zoom3", omap3_zoom_legacy_init, }, > { "ti,am3517-evm", am3517_evm_legacy_init, }, > + { "technexion,omap3-tao3530", omap3_tao3530_legacy_init, }, > #endif > #ifdef CONFIG_ARCH_OMAP4 > { "ti,omap4-sdp", omap4_sdp_legacy_init, }, > -- > 2.1.0 >