From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway-1237.mvista.com (gateway-1237.mvista.com [63.81.120.158]) by ozlabs.org (Postfix) with ESMTP id 09B4BDDE2B for ; Tue, 22 May 2007 02:04:45 +1000 (EST) Subject: Re: [PATCH 2/5] Add legacy devices to mpc8641_hpcn.dts From: Wade Farnsworth To: Jon Loeliger In-Reply-To: <1179506692.19188.2.camel@ld0161-tx32> References: <1179245829.8132.100.camel@rhino> <1179246470.8132.112.camel@rhino> <1179333421.7018.17.camel@ld0161-tx32> <1179346653.8132.223.camel@rhino> <0c3907573f12a0731d03335fe3334363@kernel.crashing.org> <1179506692.19188.2.camel@ld0161-tx32> Content-Type: text/plain Date: Mon, 21 May 2007 09:04:44 -0700 Message-Id: <1179763484.8132.293.camel@rhino> Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-05-18 at 11:44 -0500, Jon Loeliger wrote: > > And I haven't actually gotten it to work yet either... > Am I missing something? Like a CONFIG_ option beyond > the RTC and CMOS variant that is necessary? > > Dumbly, > jdl > > I wonder if you're running into the locked RTC problem on the m1575. The version of u-boot that I'm using (recent pull from opensource.freescale.com) has a workaround for that. Can you verify if this is the problem? For the benefit of those who aren't aware of the problem, the RTC on the m1575 is locked on boot until PCI memory space is read. Maybe we should put the workaround in the kernel instead. Any opinions?