From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: [PATCH 11/12] ARM: OMAP2: PRM: add support for OMAP2 specific clock providers Date: Fri, 28 Feb 2014 13:17:01 -0600 Message-ID: <5310E0AD.6080104@ti.com> References: <1393579384-23440-1-git-send-email-t-kristo@ti.com> <1393579384-23440-12-git-send-email-t-kristo@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:36622 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750746AbaB1TR0 (ORCPT ); Fri, 28 Feb 2014 14:17:26 -0500 In-Reply-To: <1393579384-23440-12-git-send-email-t-kristo@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tero Kristo , linux-omap@vger.kernel.org, paul@pwsan.com, tony@atomide.com, mturquette@linaro.org Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org On 02/28/2014 03:23 AM, Tero Kristo wrote: > This patch adds support for initializing also omap2-prcm and omap2-scrm > through DT. > > Signed-off-by: Tero Kristo > --- > arch/arm/mach-omap2/prm_common.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c > index b4c4ab9..878ae9f 100644 > --- a/arch/arm/mach-omap2/prm_common.c > +++ b/arch/arm/mach-omap2/prm_common.c > @@ -475,6 +475,8 @@ static struct of_device_id omap_prcm_dt_match_table[] = { > { .compatible = "ti,am3-scrm" }, > { .compatible = "ti,am4-prcm" }, > { .compatible = "ti,am4-scrm" }, > + { .compatible = "ti,omap2-prcm" }, > + { .compatible = "ti,omap2-scrm" }, > { .compatible = "ti,omap3-prm" }, > { .compatible = "ti,omap3-cm" }, > { .compatible = "ti,omap3-scrm" }, > probably needs Bindings documentation as well. -- Regards, Nishanth Menon