From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbbLNDIL (ORCPT ); Sun, 13 Dec 2015 22:08:11 -0500 Received: from mail.kernel.org ([198.145.29.136]:53199 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbbLNDIJ (ORCPT ); Sun, 13 Dec 2015 22:08:09 -0500 Date: Mon, 14 Dec 2015 11:07:50 +0800 From: Shawn Guo To: Bai Ping Cc: kernel@pengutronix.de, mark.rutland@arm.com, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl Message-ID: <20151214030750.GF25756@tiger> References: <1449648955-30835-1-git-send-email-b51503@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449648955-30835-1-git-send-email-b51503@freescale.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 09, 2015 at 04:15:55PM +0800, Bai Ping wrote: > The 'assigned-clock-parents' and 'assigned-clock-rates' list > should corresponding to the 'assigned-clocks' property clock list. > > Signed-off-by: Bai Ping Applied, thanks.