Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp674828ybv; Wed, 5 Feb 2020 12:25:12 -0800 (PST) X-Google-Smtp-Source: APXvYqyFlAYKW9pep0t5Awc8R4qPmaZRVusZADyTcXbF8YjqWj/n3Zhrgr+wFBmxr3TR0BBm9Tuf X-Received: by 2002:aca:be57:: with SMTP id o84mr4426807oif.138.1580934312494; Wed, 05 Feb 2020 12:25:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580934312; cv=none; d=google.com; s=arc-20160816; b=ixnVvB2Rx3IM4Dk46W++d4ar5RHefitTH41BS8zsPdjeZIHOrCThVyWSh/gsc5hRtU dAzbsraBxZiALoe7M7WD2KWxBYZgwVgKSIiGtjkEyANDH/z+114S7nKY4srvei1rb2LO PdJesnL0Ijjv3e4FYourhfxk96/QWwFiQloavZpF+t/avpkgbi2Sr4HigNhIQvRFoqIU EiTg66G2KNpYJdMRaiWhAyFjVScS8et7q3VqE949X2pz60fI6hZoJ7ivFqJJ3iEtrYR5 83mgXdJNDqdFxci9a+AsXFlrOsYsKN0IAFrcAyO8WGcohlgdnq4qP1TCrzETI1FlhEp0 Mycw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=ibGxRZMPP4yx+hskQ2bNQNxzrqezgXY+C9PRZWhd9zQ=; b=FW6tWf89Y6Crw5q4wBrC11fIrBsYIWmrwspIPkF9PiEqzM9qpKkcGiYZTBT4Kzt+CO u4YK1k+FJC6XYbG3Z7hwNGbe1LQ5EO+aSK+IKIaUBNZ2bbL6zbMdT/Ix012z/GyQsk6c +hFztx8Tl8jM0XI41InYmcOY5ll+NiVl9ILDTmetQ08Tz+45kTN1R1OWnfLxmQwkbjqK qhUUTyU4EWorcDs7KChDGBr4pnp5gMT+AhPt0+JawGMj0hDBHLr+dBDw9CZgi3iVQYMz yuPqJnhKA9Xna+o7vNTw4i6dIrcSrQ02jd4LPhI1/U2rldj2ogkTSE0eiZF279oo7GSH UmNg== 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 v18si384523otq.209.2020.02.05.12.24.59; Wed, 05 Feb 2020 12:25:12 -0800 (PST) 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 S1727307AbgBEUXs (ORCPT + 99 others); Wed, 5 Feb 2020 15:23:48 -0500 Received: from mxout2.idt.com ([157.165.5.26]:49696 "EHLO mxout2.idt.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726534AbgBEUXs (ORCPT ); Wed, 5 Feb 2020 15:23:48 -0500 Received: from mail6.idt.com (localhost [127.0.0.1]) by mxout2.idt.com (8.14.4/8.14.4) with ESMTP id 015KNekt001341; Wed, 5 Feb 2020 12:23:40 -0800 Received: from corpml3.corp.idt.com (corpml3.corp.idt.com [157.165.140.25]) by mail6.idt.com (8.14.4/8.14.4) with ESMTP id 015KNejQ015665; Wed, 5 Feb 2020 12:23:40 -0800 Received: from minli-office.na.ads.idt.com (corpimss2.corp.idt.com [157.165.141.30]) by corpml3.corp.idt.com (8.11.7p1+Sun/8.11.7) with ESMTP id 015KNdW01014; Wed, 5 Feb 2020 12:23:39 -0800 (PST) From: min.li.xe@renesas.com To: robh+dt@kernel.org, mark.rutland@arm.com, netdev@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Min Li Subject: [PATCH net-next 1/2] dt-bindings: ptp: Add IDT 82P33 based PTP clock Date: Wed, 5 Feb 2020 15:23:27 -0500 Message-Id: <1580934207-15415-1-git-send-email-min.li.xe@renesas.com> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Min Li Add device tree binding doc for the PTP clock based on IDT 82P33 Synchronization Management Unit (SMU). Signed-off-by: Min Li --- .../devicetree/bindings/ptp/ptp-idt82p33.yaml | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Documentation/devicetree/bindings/ptp/ptp-idt82p33.yaml diff --git a/Documentation/devicetree/bindings/ptp/ptp-idt82p33.yaml b/Documentation/devicetree/bindings/ptp/ptp-idt82p33.yaml new file mode 100644 index 0000000..11d1b40 --- /dev/null +++ b/Documentation/devicetree/bindings/ptp/ptp-idt82p33.yaml @@ -0,0 +1,47 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/ptp/ptp-idt82p33.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: IDT 82P33 PTP Clock Device Tree Bindings + +description: | + IDT 82P33XXX Synchronization Management Unit (SMU) based PTP clock + +maintainers: + - Min Li + +properties: + compatible: + enum: + - idt,82p33810 + - idt,82p33813 + - idt,82p33814 + - idt,82p33831 + - idt,82p33910 + - idt,82p33913 + - idt,82p33914 + - idt,82p33931 + + reg: + maxItems: 1 + description: + I2C slave address of the device. + +required: + - compatible + - reg + +examples: + - | + i2c@1 { + compatible = "abc,acme-1234"; + reg = <0x01 0x400>; + #address-cells = <1>; + #size-cells = <0>; + phc@51 { + compatible = "idt,82p33810"; + reg = <0x51>; + }; + }; -- 2.7.4