From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Thu, 15 Jun 2017 10:24:07 +0800 Subject: [PATCH] ARM: dts: ls1021a: update the clockgen node In-Reply-To: <1496989545-27282-1-git-send-email-andy.tang@nxp.com> References: <1496989545-27282-1-git-send-email-andy.tang@nxp.com> Message-ID: <20170615022406.GF30112@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: ls1021a: update the clockgen node Date: Thu, 15 Jun 2017 10:24:07 +0800 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 Return-path: Content-Disposition: inline In-Reply-To: <1496989545-27282-1-git-send-email-andy.tang-3arQi8VN3Tc@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yuantian Tang Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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.