From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052AbdFOCYz (ORCPT ); Wed, 14 Jun 2017 22:24:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:33776 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751711AbdFOCYw (ORCPT ); Wed, 14 Jun 2017 22:24:52 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53C52235E1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Thu, 15 Jun 2017 10:24:07 +0800 From: Shawn Guo To: Yuantian Tang Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: ls1021a: update the clockgen node Message-ID: <20170615022406.GF30112@dragon> References: <1496989545-27282-1-git-send-email-andy.tang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496989545-27282-1-git-send-email-andy.tang@nxp.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 Fri, Jun 09, 2017 at 02:25:45PM +0800, Yuantian Tang wrote: > qoriq clock driver has been updated to parse the clock configuration > information defined in driver itself not in dts. > Since the new implementation and the bindings have been merged, > it is time to update the clock related node and remove redundent clock > configuration information from the dts. > > Signed-off-by: Tang Yuantian Applied, thanks.