Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2965754imm; Sun, 5 Aug 2018 17:13:50 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfn4gvthmJWXTCX+Hsr1g84Q9U/+dOTJRS0lok0jAZ00RMAqCO13lBidqCH/u5IE58mRu8Y X-Received: by 2002:a62:c00c:: with SMTP id x12-v6mr14701066pff.216.1533514430338; Sun, 05 Aug 2018 17:13:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533514430; cv=none; d=google.com; s=arc-20160816; b=HSzeiq0HPeTIFRXHG//mbPhX4Sd06iZO85/Nzy2F/zQl+FkCxd7uY7++OOvHSVkeUz Dgv2BrI0bFOanBEQexHhIWnKbuReNqnbDLma8xh8ctplXUwKNeUfugs/9dOJGp+nGFPr Gay8Qzy7B43LGIY8V8Rj00TjXiKwNaAGL0cqH5ghA5JgfRNZNRPL/UaHrE6fxopEI3fi spw+XLhnMgjR2VOhP0YtQdR3jMS6/NR5zzgthmRFfgg6gBn4DaX1VvHUBsRjMhiZbw0R IfgrxfkaFW8FLtowUou5KFRfStC/twL3vZP1R372OaDMsGcVT7oHnfYzkcA33zb3/GQ0 36WQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=CxLyHXg+Yi+XaL+32kKmdYCqY2bSdF0a6Ua+CwG/S9Y=; b=ljR1WG4c68zixR5if6vnf3PttXg/ylvbTXa5blKKMY61RyNa5CIgITuy1Mlqro7Jgi pHJq5WUIKZ1wEv1EjbOkFIhs3s5DGXuANoTkTISJcoZtOACiUzFNoTJ96p/nOl7v5jw9 yQNk3esqeQf5jJJIJKc6NqrWXoFZDc2ivAlS0ugSx1879J+V8VuHuX2963yhsHwd8krY gbs8AAiELKLuOcx/wYnes+p0UZWJ4yih/2WLnONZOiI5+H9BxT699Hp9ntyU37XyrufB SiXEchjl+gAEIQjUN6CWndrHqSQjVBM3XTH/sOdGTABSq7Lu6iRvWdDFIMPQ6fxwVxaE DPKA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w61-v6si8783032plb.502.2018.08.05.17.13.26; Sun, 05 Aug 2018 17:13:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727065AbeHFCSb (ORCPT + 99 others); Sun, 5 Aug 2018 22:18:31 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:42394 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726870AbeHFCSb (ORCPT ); Sun, 5 Aug 2018 22:18:31 -0400 Received: from localhost (71-36-117-41.ptld.qwest.net [71.36.117.41]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id AD4F1126B544F; Sun, 5 Aug 2018 17:12:05 -0700 (PDT) Date: Sun, 05 Aug 2018 17:12:04 -0700 (PDT) Message-Id: <20180805.171204.755819042860718033.davem@davemloft.net> To: yangbo.lu@nxp.com Cc: netdev@vger.kernel.org, madalin.bucur@nxp.com, richardcochran@gmail.com, robh+dt@kernel.org, shawnguo@kernel.org, devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [v2, 1/3] arm64: dts: fsl: add clocks property for fman ptp timer node From: David Miller In-Reply-To: <20180801100554.36634-1-yangbo.lu@nxp.com> References: <20180801100554.36634-1-yangbo.lu@nxp.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 05 Aug 2018 17:12:06 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yangbo Lu Date: Wed, 1 Aug 2018 18:05:52 +0800 > This patch is to add clocks property for fman ptp timer node. > > Signed-off-by: Yangbo Lu > --- > Changes for v2: > - None. Applied.