From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 1 Oct 2015 10:51:15 +0800 Subject: [U-Boot] [PATCH v2 2/2] nios2: convert altera timer to driver model In-Reply-To: <1443572854.2125.5.camel@clsee-VirtualBox> References: <1443446357-21393-1-git-send-email-thomas@wytron.com.tw> <1443530349-14599-1-git-send-email-thomas@wytron.com.tw> <1443530349-14599-2-git-send-email-thomas@wytron.com.tw> <1443572854.2125.5.camel@clsee-VirtualBox> Message-ID: <560C9FA3.7010104@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Chin Liang, On 09/30/2015 08:27 AM, Chin Liang See wrote: > Thanks for the patch. > The patch looks good except it misses the changes for dts. If you mean pre relocation, I will add a pre relocation flag, DM_FLAG_PRE_RELOC, to the altera_timer driver. Though I think there is no need to initialize the timer before relocation for nios2 and the dts is not changed. Those who need timer before relocation can add the property "u-boot,dm-pre-reloc;" to dts. Best regards, Thomas Chou