All of lore.kernel.org
 help / color / mirror / Atom feed
From: prabhakar.mahadev-lad.rj@bp.renesas.com (Lad Prabhakar)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 4.19.y-cip 31/35] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
Date: Wed,  5 Feb 2020 20:38:57 +0000	[thread overview]
Message-ID: <1580935141-1173-32-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> (raw)
In-Reply-To: <1580935141-1173-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com>

From: Simon Horman <horms+renesas@verge.net.au>

commit 92b8608691bf129b1137be46a3a0058bcacc97a9 upstream.

For consistency with the naming of (most) other documentation files for DT
bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
documentation file from renesas,usb3.txt to renesas,usb3-peri.txt

This refines a recent rename from renesas_usb3.txt to renesas,usb3.txt.
The motivation is to more accurately reflect the IP block documented in
this file.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Sderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20190809213710.31783-1-horms+renesas at verge.net.au
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(dropped unsupported compatiable strings)
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 .../devicetree/bindings/usb/renesas,usb3-peri.txt  | 40 ++++++++++++++++++++++
 .../devicetree/bindings/usb/renesas_usb3.txt       | 40 ----------------------
 2 files changed, 40 insertions(+), 40 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
 delete mode 100644 Documentation/devicetree/bindings/usb/renesas_usb3.txt

diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
new file mode 100644
index 0000000..9551e8c
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
@@ -0,0 +1,40 @@
+Renesas Electronics USB3.0 Peripheral driver
+
+Required properties:
+  - compatible: Must contain one of the following:
+	- "renesas,r8a774a1-usb3-peri"
+	- "renesas,r8a774c0-usb3-peri"
+	- "renesas,r8a7795-usb3-peri"
+	- "renesas,r8a7796-usb3-peri"
+	- "renesas,r8a77965-usb3-peri"
+	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
+	  compatible device
+
+    When compatible with the generic version, nodes must list the
+    SoC-specific version corresponding to the platform first
+    followed by the generic version.
+
+  - reg: Base address and length of the register for the USB3.0 Peripheral
+  - interrupts: Interrupt specifier for the USB3.0 Peripheral
+  - clocks: clock phandle and specifier pair
+
+Optional properties:
+  - phys: phandle + phy specifier pair
+  - phy-names: must be "usb"
+
+Example of R-Car H3 ES1.x:
+	usb3_peri0: usb at ee020000 {
+		compatible = "renesas,r8a7795-usb3-peri",
+			     "renesas,rcar-gen3-usb3-peri";
+		reg = <0 0xee020000 0 0x400>;
+		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&cpg CPG_MOD 328>;
+	};
+
+	usb3_peri1: usb at ee060000 {
+		compatible = "renesas,r8a7795-usb3-peri",
+			     "renesas,rcar-gen3-usb3-peri";
+		reg = <0 0xee060000 0 0x400>;
+		interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&cpg CPG_MOD 327>;
+	};
diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
deleted file mode 100644
index 9551e8c..0000000
--- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-Renesas Electronics USB3.0 Peripheral driver
-
-Required properties:
-  - compatible: Must contain one of the following:
-	- "renesas,r8a774a1-usb3-peri"
-	- "renesas,r8a774c0-usb3-peri"
-	- "renesas,r8a7795-usb3-peri"
-	- "renesas,r8a7796-usb3-peri"
-	- "renesas,r8a77965-usb3-peri"
-	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
-	  compatible device
-
-    When compatible with the generic version, nodes must list the
-    SoC-specific version corresponding to the platform first
-    followed by the generic version.
-
-  - reg: Base address and length of the register for the USB3.0 Peripheral
-  - interrupts: Interrupt specifier for the USB3.0 Peripheral
-  - clocks: clock phandle and specifier pair
-
-Optional properties:
-  - phys: phandle + phy specifier pair
-  - phy-names: must be "usb"
-
-Example of R-Car H3 ES1.x:
-	usb3_peri0: usb at ee020000 {
-		compatible = "renesas,r8a7795-usb3-peri",
-			     "renesas,rcar-gen3-usb3-peri";
-		reg = <0 0xee020000 0 0x400>;
-		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
-		clocks = <&cpg CPG_MOD 328>;
-	};
-
-	usb3_peri1: usb at ee060000 {
-		compatible = "renesas,r8a7795-usb3-peri",
-			     "renesas,rcar-gen3-usb3-peri";
-		reg = <0 0xee060000 0 0x400>;
-		interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
-		clocks = <&cpg CPG_MOD 327>;
-	};
-- 
2.7.4

  parent reply	other threads:[~2020-02-05 20:38 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-05 20:38 [cip-dev] [PATCH 4.19.y-cip 00/35] Renesas RZ/G2 extend peripheral support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 01/35] dt-bindings: can: rcar_can: document r8a774b1 support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 02/35] dt-bindings: can: rcar_canfd: " Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 03/35] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 04/35] dt-bindings: iommu: ipmmu-vmsa: Add r8a774b1 support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 05/35] iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching code Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 06/35] arm64: dts: renesas: r8a774b1: Add IPMMU device nodes Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 07/35] arm64: dts: renesas: r8a774b1: Add FCPF and FCPV instances Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 08/35] arm64: dts: renesas: r8a774b1: Add VSP instances Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 09/35] arm64: dts: renesas: r8a774b1: Tie SYS-DMAC to IPMMU-DS0/1 Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 10/35] arm64: dts: renesas: r8a774b1: Connect Ethernet-AVB to IPMMU-DS0 Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 11/35] arm64: dts: renesas: hihope-common: Move du clk properties out of common dtsi Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 12/35] drm: rcar-du: Add R8A774B1 support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 13/35] arm64: dts: renesas: r8a774b1: Add DU device to DT Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 14/35] arm64: dts: renesas: r8a774b1: Add HDMI encoder instance Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 15/35] arm64: dts: renesas: r8a774b1-hihope-rzg2n: Add display clock properties Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 16/35] arm64: dts: renesas: r8a774b1: Add FDP1 device nodes Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 17/35] arm64: dts: renesas: r8a774b1: Add PWM " Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 18/35] arm64: dts: renesas: hihope-rzg2-ex: Enable backlight Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 19/35] drm: rcar-du: lvds: Add r8a774b1 support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 20/35] arm64: dts: renesas: hihope-rzg2-ex: Add LVDS support Lad Prabhakar
2020-02-07 13:10   ` Pavel Machek
2020-02-07 13:19     ` Prabhakar Mahadev Lad
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 21/35] arm64: dts: renesas: Add support for Advantech idk-1110wr LVDS panel Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 22/35] arm64: dts: renesas: r8a774a1: Remove audio port node Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 23/35] ASoC: rsnd: Document r8a774b1 bindings Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 24/35] arm64: dts: renesas: r8a774b1: Add Sound and Audio DMAC device nodes Lad Prabhakar
2020-02-07 13:11   ` Pavel Machek
2020-02-07 13:14     ` Prabhakar Mahadev Lad
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 25/35] dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 26/35] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774b1 Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 27/35] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 28/35] dt-bindings: usb: renesas_usbhs: Add r8a774b1 support Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 29/35] dt-bindings: rcar-gen3-phy-usb3: " Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 30/35] dt-bindings: usb-xhci: " Lad Prabhakar
2020-02-05 20:38 ` Lad Prabhakar [this message]
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 32/35] dt-bindings: usb: renesas_usb3: Document " Lad Prabhakar
2020-02-05 20:38 ` [cip-dev] [PATCH 4.19.y-cip 33/35] arm64: dts: renesas: r8a774b1: Add USB2.0 phy and host (EHCI/OHCI) device nodes Lad Prabhakar
2020-02-05 20:39 ` [cip-dev] [PATCH 4.19.y-cip 34/35] arm64: dts: renesas: r8a774b1: Add USB-DMAC and HSUSB " Lad Prabhakar
2020-02-05 20:39 ` [cip-dev] [PATCH 4.19.y-cip 35/35] arm64: dts: renesas: r8a774b1: Add USB3.0 " Lad Prabhakar
2020-02-05 22:46 ` [cip-dev] [PATCH 4.19.y-cip 00/35] Renesas RZ/G2 extend peripheral support Pavel Machek
2020-02-06  7:05   ` Prabhakar Mahadev Lad
2020-02-06 22:50 ` Pavel Machek
2020-02-06 22:52   ` Prabhakar Mahadev Lad
2020-02-07  8:54   ` nobuhiro1.iwamatsu at toshiba.co.jp
2020-02-07 13:05     ` Pavel Machek

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=1580935141-1173-32-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com \
    --to=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.