Message ID | 1356959231-17335-18-git-send-email-vaibhav.bedia@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Monday 31 December 2012 06:37 PM, Vaibhav Bedia wrote: > PM services on AM33XX depend on mailbox for communication > with WKUP-M3 core so ensure that the right config options > are selected. Thanks to Kevin Hilman <khilman@deeprootsystems.com> > for the suggestion on updating the Kconfig and not just > the omap2plus_defconfig which was done in the previous version > of the AM33XX suspend-resume support. > > Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com> > Cc: Tony Lingren <tony@atomide.com> > Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> > Cc: Benoit Cousson <b-cousson@ti.com> > Cc: Paul Walmsley <paul@pwsan.com> > Cc: Kevin Hilman <khilman@deeprootsystems.com> > --- Unrelated to series. You can post this patch separately. regards Santosh
On Tue, Jan 08, 2013 at 20:52:37, Shilimkar, Santosh wrote: > On Monday 31 December 2012 06:37 PM, Vaibhav Bedia wrote: > > PM services on AM33XX depend on mailbox for communication > > with WKUP-M3 core so ensure that the right config options > > are selected. Thanks to Kevin Hilman <khilman@deeprootsystems.com> > > for the suggestion on updating the Kconfig and not just > > the omap2plus_defconfig which was done in the previous version > > of the AM33XX suspend-resume support. > > > > Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com> > > Cc: Tony Lingren <tony@atomide.com> > > Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> > > Cc: Benoit Cousson <b-cousson@ti.com> > > Cc: Paul Walmsley <paul@pwsan.com> > > Cc: Kevin Hilman <khilman@deeprootsystems.com> > > --- > Unrelated to series. You can post this patch separately. > Ok. I kept it in this series so that it does not look to be some random patch. Regards, Vaibhav
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 41b581f..c026fbd 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -114,9 +114,11 @@ config SOC_AM33XX bool "AM33XX support" default y select ARM_CPU_SUSPEND if PM + select COMMON_CLK select CPU_V7 + select MAILBOX if PM select MULTI_IRQ_HANDLER - select COMMON_CLK + select OMAP2PLUS_MBOX if PM config OMAP_PACKAGE_ZAF bool
PM services on AM33XX depend on mailbox for communication with WKUP-M3 core so ensure that the right config options are selected. Thanks to Kevin Hilman <khilman@deeprootsystems.com> for the suggestion on updating the Kconfig and not just the omap2plus_defconfig which was done in the previous version of the AM33XX suspend-resume support. Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com> Cc: Tony Lingren <tony@atomide.com> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Benoit Cousson <b-cousson@ti.com> Cc: Paul Walmsley <paul@pwsan.com> Cc: Kevin Hilman <khilman@deeprootsystems.com> --- v1->v2: Update the Kconfig instead of the defconfig arch/arm/mach-omap2/Kconfig | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)