From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhQq-0001pt-T9 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVhQp-00042M-Pr for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:52 -0500 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:33424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhQp-00041i-M0 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:51 -0500 Received: by mail-vk0-x232.google.com with SMTP id k196so136536975vka.0 for ; Tue, 16 Feb 2016 07:20:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Tue, 16 Feb 2016 15:20:31 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 4/9] i.MX: Add the CLK_IPG_HIGH clock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe Dubois Cc: QEMU Developers , Peter Crosthwaite On 8 February 2016 at 22:08, Jean-Christophe Dubois wrote: > EPIT, GPT and other i.MX timers are using "abstract" clocks among which > a CLK_IPG_HIGH clock. > > On i.MX25 and i.MX31 CLK_IPG and CLK_IPG_HIGH are mapped to the same clock > but on other SOC like i.MX6 they are mapped to distinct clocks. > > This patch add the CLK_IPG_HIGH to prepare for SOC where these 2 clocks are > different. > > Signed-off-by: Jean-Christophe Dubois > --- Reviewed-by: Peter Maydell thanks -- PMM