devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: vincent.cheng.xh@renesas.com
To: robh+dt@kernel.org, mark.rutland@arm.com, richardcochran@gmail.com
Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Vincent Cheng <vincent.cheng.xh@renesas.com>
Subject: [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml
Date: Tue, 17 Dec 2019 00:03:06 -0500	[thread overview]
Message-ID: <1576558988-20837-2-git-send-email-vincent.cheng.xh@renesas.com> (raw)
In-Reply-To: <1576558988-20837-1-git-send-email-vincent.cheng.xh@renesas.com>

From: Vincent Cheng <vincent.cheng.xh@renesas.com>

Renesas Electronics Corporation completed acquisition of IDT in 2019.

This patch removes IDT references or replaces IDT with Renesas.
Renamed ptp-idtcm.yaml to ptp-cm.yaml.

Signed-off-by: Vincent Cheng <vincent.cheng.xh@renesas.com>
---
 Documentation/devicetree/bindings/ptp/ptp-cm.yaml  | 69 ++++++++++++++++++++++
 .../devicetree/bindings/ptp/ptp-idtcm.yaml         | 69 ----------------------
 2 files changed, 69 insertions(+), 69 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ptp/ptp-cm.yaml
 delete mode 100644 Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml

diff --git a/Documentation/devicetree/bindings/ptp/ptp-cm.yaml b/Documentation/devicetree/bindings/ptp/ptp-cm.yaml
new file mode 100644
index 0000000..0a26307
--- /dev/null
+++ b/Documentation/devicetree/bindings/ptp/ptp-cm.yaml
@@ -0,0 +1,69 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/ptp/ptp-cm.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Renesas (IDT) ClockMatrix(TM) PTP Clock Device Tree Bindings
+
+maintainers:
+  - Vincent Cheng <vincent.cheng.xh@renesas.com>
+
+properties:
+  compatible:
+    enum:
+      # For System Synchronizer
+      - renesas,8a34000
+      - renesas,8a34001
+      - renesas,8a34002
+      - renesas,8a34003
+      - renesas,8a34004
+      - renesas,8a34005
+      - renesas,8a34006
+      - renesas,8a34007
+      - renesas,8a34008
+      - renesas,8a34009
+      # For Port Synchronizer
+      - renesas,8a34010
+      - renesas,8a34011
+      - renesas,8a34012
+      - renesas,8a34013
+      - renesas,8a34014
+      - renesas,8a34015
+      - renesas,8a34016
+      - renesas,8a34017
+      - renesas,8a34018
+      - renesas,8a34019
+      # For Universal Frequency Translator (UFT)
+      - renesas,8a34040
+      - renesas,8a34041
+      - renesas,8a34042
+      - renesas,8a34043
+      - renesas,8a34044
+      - renesas,8a34045
+      - renesas,8a34046
+      - renesas,8a34047
+      - renesas,8a34048
+      - renesas,8a34049
+
+  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@5b {
+            compatible = "renesas,8a34000";
+            reg = <0x5b>;
+        };
+    };
diff --git a/Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml b/Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml
deleted file mode 100644
index 9e21b83..0000000
--- a/Documentation/devicetree/bindings/ptp/ptp-idtcm.yaml
+++ /dev/null
@@ -1,69 +0,0 @@
-# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
-%YAML 1.2
----
-$id: http://devicetree.org/schemas/ptp/ptp-idtcm.yaml#
-$schema: http://devicetree.org/meta-schemas/core.yaml#
-
-title: IDT ClockMatrix (TM) PTP Clock Device Tree Bindings
-
-maintainers:
-  - Vincent Cheng <vincent.cheng.xh@renesas.com>
-
-properties:
-  compatible:
-    enum:
-      # For System Synchronizer
-      - idt,8a34000
-      - idt,8a34001
-      - idt,8a34002
-      - idt,8a34003
-      - idt,8a34004
-      - idt,8a34005
-      - idt,8a34006
-      - idt,8a34007
-      - idt,8a34008
-      - idt,8a34009
-      # For Port Synchronizer
-      - idt,8a34010
-      - idt,8a34011
-      - idt,8a34012
-      - idt,8a34013
-      - idt,8a34014
-      - idt,8a34015
-      - idt,8a34016
-      - idt,8a34017
-      - idt,8a34018
-      - idt,8a34019
-      # For Universal Frequency Translator (UFT)
-      - idt,8a34040
-      - idt,8a34041
-      - idt,8a34042
-      - idt,8a34043
-      - idt,8a34044
-      - idt,8a34045
-      - idt,8a34046
-      - idt,8a34047
-      - idt,8a34048
-      - idt,8a34049
-
-  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@5b {
-            compatible = "idt,8a34000";
-            reg = <0x5b>;
-        };
-    };
-- 
2.7.4


  reply	other threads:[~2019-12-17  5:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17  5:03 [PATCH net-next 0/3] Replace IDT with Renesas and improve version info vincent.cheng.xh
2019-12-17  5:03 ` vincent.cheng.xh [this message]
2019-12-26 19:22   ` [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml Rob Herring
2019-12-28 17:25     ` Vincent Cheng
2019-12-17  5:03 ` [PATCH net-next 2/3] ptp: clockmatrix: Remove IDT references or replace with Renesas vincent.cheng.xh
2019-12-18  6:29   ` David Miller
2019-12-18 14:45     ` Vincent Cheng
2019-12-18 20:23       ` David Miller
2019-12-17  5:03 ` [PATCH net-next 3/3] ptp: clockmatrix: Rework clockmatrix version information vincent.cheng.xh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576558988-20837-2-git-send-email-vincent.cheng.xh@renesas.com \
    --to=vincent.cheng.xh@renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=netdev@vger.kernel.org \
    --cc=richardcochran@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).