From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Mon, 05 Nov 2012 11:29:35 -0800 Subject: [PATCH 13/15] ARM: DTS: AM33XX: Add nodes for OCMCRAM and Mailbox In-Reply-To: (Vaibhav Bedia's message of "Mon, 5 Nov 2012 17:57:54 +0000") References: <1351859566-24818-1-git-send-email-vaibhav.bedia@ti.com> <1351859566-24818-14-git-send-email-vaibhav.bedia@ti.com> <50953E26.40906@ti.com> <5097D2D7.3090204@ti.com> Message-ID: <87a9uv97c0.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org "Bedia, Vaibhav" writes: > On Mon, Nov 05, 2012 at 20:23:11, Shilimkar, Santosh wrote: > [...] >> > >> On OMAP the OCMC RAM is always clocked and doesn't need any special >> clock enable. CM_L3_2_OCMC_RAM_CLKCTRL module mode field is read only. >> Isn't it same on AMXX ? >> > > On AM33xx, OCMC RAM is in PER domain and the corresponding CLKCLTR module > mode fields are r/w. OCMC RAM needs to be disabled as part of the DeepSleep0 > entry to let PER domain transition. After DeepSleep0, the ROM code is being given an address in OCMC RAM to jump to. If OCMC RAM is disabled as part of suspend, this means that OCMC RAM contents are maintained even though PER domain transitions? If so, that needs to be more clearly documented. Kevin