Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932123Ab3FLROb (ORCPT ); Wed, 12 Jun 2013 13:14:31 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:15390 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757451Ab3FLRO3 (ORCPT ); Wed, 12 Jun 2013 13:14:29 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18MNv1nUGAC8x7FNDHbkhAR Date: Wed, 12 Jun 2013 10:14:24 -0700 From: Tony Lindgren To: Afzal Mohammed Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King , Benoit Cousson , Grant Likely , Rob Herring , Rob Landley Subject: Re: [PATCH v2 07/14] ARM: OMAP2+: AM43x: early init Message-ID: <20130612171424.GN8164@atomide.com> References: <82f3b2b672a45b971fd0bb34366a6af368015db0.1369658705.git.afzal@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <82f3b2b672a45b971fd0bb34366a6af368015db0.1369658705.git.afzal@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 34 * Afzal Mohammed [130527 07:42]: > --- a/arch/arm/mach-omap2/io.c > +++ b/arch/arm/mach-omap2/io.c > @@ -586,6 +586,20 @@ void __init am33xx_init_early(void) > } > #endif > > +#ifdef CONFIG_SOC_AM43XX > +void __init am43xx_init_early(void) > +{ > + omap2_set_globals_tap(AM335X_CLASS, > + AM33XX_L4_WK_IO_ADDRESS(AM33XX_TAP_BASE)); > + omap2_set_globals_control(AM33XX_L4_WK_IO_ADDRESS(AM33XX_CTRL_BASE), > + NULL); > + omap2_set_globals_prm(AM33XX_L4_WK_IO_ADDRESS(AM43XX_PRCM_BASE)); > + omap2_set_globals_cm(AM33XX_L4_WK_IO_ADDRESS(AM43XX_PRCM_BASE), NULL); > + omap3xxx_check_revision(); > + am33xx_check_features(); > +} > +#endif > + > #ifdef CONFIG_ARCH_OMAP4 > void __init omap4430_init_early(void) > { I've updated this to remove am33xx_check_features() that we don't seem to have in the mainline yet. Tony -- 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/