Message ID | 7642e0c701680ea94a8cc84059ff19e500813bf1.1369658705.git.afzal@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Afzal Mohammed <afzal@ti.com> [130527 07:41]: > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -149,6 +149,16 @@ config SOC_AM33XX > select MULTI_IRQ_HANDLER > select COMMON_CLK > > +config SOC_AM43XX > + bool "TI AM43x" > + depends on ARCH_OMAP2PLUS > + default y > + select CPU_V7 > + select MULTI_IRQ_HANDLER > + select ARM_GIC > + select COMMON_CLK > + select MACH_OMAP_GENERIC > + > config OMAP_PACKAGE_ZAF > bool I've updated this patch to remove the "default y" and "depends on ARCH_OMAP2PLUS" entries for the usual reasons and applied the first ten patches into omap-for-v3.11/soc. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Tony, On Wed, Jun 12, 2013 at 22:42:00, Tony Lindgren wrote: > I've updated this patch to remove the "default y" and > "depends on ARCH_OMAP2PLUS" entries for the usual reasons > and applied the first ten patches into omap-for-v3.11/soc. Thanks. Patch 10 "ARM: OMAP2+: AM43x: basic dt support" is missing in omap-for-v3.11/soc branch and omap soc pull request, can you please help patch 10 also to go upstream. Regards Afzal -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Mohammed, Afzal <afzal@ti.com> [130613 00:04]: > Hi Tony, > > On Wed, Jun 12, 2013 at 22:42:00, Tony Lindgren wrote: > > > I've updated this patch to remove the "default y" and > > "depends on ARCH_OMAP2PLUS" entries for the usual reasons > > and applied the first ten patches into omap-for-v3.11/soc. > > Thanks. > > Patch 10 "ARM: OMAP2+: AM43x: basic dt support" is missing in > omap-for-v3.11/soc branch and omap soc pull request, can you > please help patch 10 also to go upstream. Hmm if that's .dts changes, Benoit needs to queue that. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Tony, On Thu, Jun 13, 2013 at 15:24:54, Tony Lindgren wrote: > * Mohammed, Afzal <afzal@ti.com> [130613 00:04]: > > Patch 10 "ARM: OMAP2+: AM43x: basic dt support" is missing in > > omap-for-v3.11/soc branch and omap soc pull request, can you > > please help patch 10 also to go upstream. > > Hmm if that's .dts changes, Benoit needs to queue that. It is not dts change. Patch 10 patches board-generic.c for DT boot (Benoit has already picked up dts, that is patch 14). Regards Afzal -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Mohammed, Afzal <afzal@ti.com> [130613 03:08]: > Hi Tony, > > On Thu, Jun 13, 2013 at 15:24:54, Tony Lindgren wrote: > > * Mohammed, Afzal <afzal@ti.com> [130613 00:04]: > > > > Patch 10 "ARM: OMAP2+: AM43x: basic dt support" is missing in > > > omap-for-v3.11/soc branch and omap soc pull request, can you > > > please help patch 10 also to go upstream. > > > > Hmm if that's .dts changes, Benoit needs to queue that. > > It is not dts change. > > Patch 10 patches board-generic.c for DT boot (Benoit has already > picked up dts, that is patch 14). Oops OK sorry I must have miscounted the patches that looked ready to apply. Will apply. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index f49cd51..8f555f8 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -149,6 +149,16 @@ config SOC_AM33XX select MULTI_IRQ_HANDLER select COMMON_CLK +config SOC_AM43XX + bool "TI AM43x" + depends on ARCH_OMAP2PLUS + default y + select CPU_V7 + select MULTI_IRQ_HANDLER + select ARM_GIC + select COMMON_CLK + select MACH_OMAP_GENERIC + config OMAP_PACKAGE_ZAF bool
Kconfig for AM43x (Cortex A9) family of SoC's. Signed-off-by: Afzal Mohammed <afzal@ti.com> --- v2: Remove reliance on SMP, TWD, select MACH_OMAP_GENERIC arch/arm/mach-omap2/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+)