Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2756753ybi; Sun, 9 Jun 2019 20:20:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqxUr+jykNP5octXQMkGKsTohy/rYkXo3gyySUyBd0LOUnnBS6/vFl1P6V/xttqpin5KUNzA X-Received: by 2002:a63:e953:: with SMTP id q19mr14020502pgj.313.1560136824422; Sun, 09 Jun 2019 20:20:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560136824; cv=none; d=google.com; s=arc-20160816; b=u6I9ENqKEVIOaitgZ7yrtGp7ENiaN/ms4+T6NZxj6opC2RoC5f652Jabu+EKiitBKJ qTJam32A9Fl5QUvhfkQt4rXMGKSyH/vFp2JZlSxAf51XyBtot/P7LUECyw5CeyhAiT6d p5hTf84Jxnp/Sh+hs6JTChZeaGw+9lRS6BPN/yAyxlkVdmU4JYW9y2bH5BL5aEUaGq3G q2EyY9J/HMSZ2uKTn7VaRlDXNMPAB3ckK4i0ua+u0UQEZi36rJ6KP+SGmFRBED0r/nqr JMeFG0lq/N6gZu0n8O0Ig0EsT3vipqhskARyTxAmsVhtZozPEi9xrwzByPLWqSba1xQo Ff8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=OLxeQ7X9aMQMx5aNO4ULSnVzDAFtn5zxu3OdXPso5Z4=; b=IGq4PLfeY4omvtPBUZP7PUE0VNLqe1beu5z1UAX0RrLlf/6Axj1COjhca8uvGPLiMy wgg08+cJW9P8zw4Ph7t50wLE6aVUcBxFYJsNHNomL2L8kfH5R0ZN1FlBjwOckqZtpgh5 NzQNpKogg94UhnOsXLDyZIqNjiW2MViJt7TPsi1QN5h1UuSdcYERSg80vCkNZ+xNtves iz4H6FINWNF+BLCqL0gcvyOLUsnUnITrx5T/5RHGv2GMSY3wuc/sCNEo0Ncl01JbGVZU Z59IsbNT4vqrFH0HELtZTtI9LubuH5eZh1mYLLUpxnxe6c5cFJt1tlyK3el8fyyX4mjF zHgw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n13si8896983pgv.304.2019.06.09.20.20.10; Sun, 09 Jun 2019 20:20:24 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387600AbfFJDTh (ORCPT + 99 others); Sun, 9 Jun 2019 23:19:37 -0400 Received: from inva020.nxp.com ([92.121.34.13]:43312 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387400AbfFJDTf (ORCPT ); Sun, 9 Jun 2019 23:19:35 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 8AA981A073B; Mon, 10 Jun 2019 05:19:33 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6BC9E1A072D; Mon, 10 Jun 2019 05:19:29 +0200 (CEST) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 06B8340310; Mon, 10 Jun 2019 11:19:23 +0800 (SGT) From: Yangbo Lu To: netdev@vger.kernel.org, "David S . Miller" , Richard Cochran , Rob Herring , Shawn Guo Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Yangbo Lu Subject: [PATCH 3/6] dt-binding: ptp_qoriq: support DPAA2 PTP compatible Date: Mon, 10 Jun 2019 11:21:05 +0800 Message-Id: <20190610032108.5791-4-yangbo.lu@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190610032108.5791-1-yangbo.lu@nxp.com> References: <20190610032108.5791-1-yangbo.lu@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a new compatible for DPAA2 PTP. Signed-off-by: Yangbo Lu --- Documentation/devicetree/bindings/ptp/ptp-qoriq.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/ptp/ptp-qoriq.txt b/Documentation/devicetree/bindings/ptp/ptp-qoriq.txt index 6ec0534..d48f9eb 100644 --- a/Documentation/devicetree/bindings/ptp/ptp-qoriq.txt +++ b/Documentation/devicetree/bindings/ptp/ptp-qoriq.txt @@ -4,7 +4,8 @@ General Properties: - compatible Should be "fsl,etsec-ptp" for eTSEC Should be "fsl,fman-ptp-timer" for DPAA FMan - Should be "fsl,enetc-ptp" for ENETC + Should be "fsl,dpaa2-ptp" for DPAA2 + Should be "fsl,enetc-ptp" for ENETC - reg Offset and length of the register set for the device - interrupts There should be at least two interrupts. Some devices have as many as four PTP related interrupts. -- 2.7.4