From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 9 Oct 2012 19:06:45 +0200 Subject: [U-Boot] [PATCH] arm: trats: Power down core 1 In-Reply-To: <1349765142-27872-2-git-send-email-p.wilczek@samsung.com> References: <1349765142-27872-1-git-send-email-p.wilczek@samsung.com> <1349765142-27872-2-git-send-email-p.wilczek@samsung.com> Message-ID: <20121009190645.66006c24@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Piotr, On Tue, 09 Oct 2012 08:45:42 +0200, Piotr Wilczek wrote: > This patch turns power down for unused core 1 > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > board/samsung/trats/trats.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c > index 57400ce..d5c681c 100644 > --- a/board/samsung/trats/trats.c > +++ b/board/samsung/trats/trats.c > @@ -321,6 +321,10 @@ static void board_power_init(void) > writel(0, (unsigned int)&pwr->lcd1_configuration); > writel(0, (unsigned int)&pwr->gps_configuration); > writel(0, (unsigned int)&pwr->gps_alive_configuration); > + > + /* It is necessary to power down core 1 */ > + /* to successfully boot CPU1 in kernel */ > + writel(0, (unsigned int)&pwr->arm_core1_configuration); > } > > static void board_uart_init(void) Cc:ing trats maintainer. Amicalement, -- Albert.