linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dwc3-xilinx: Add missing comma in example
@ 2021-01-21 12:42 Michal Simek
  2021-02-05 15:38 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2021-01-21 12:42 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Greg Kroah-Hartman, Rob Herring, devicetree, linux-arm-kernel, linux-usb

Trivial example fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 Documentation/devicetree/bindings/usb/dwc3-xilinx.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt b/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
index 4aae5b2cef56..a668f43bedf5 100644
--- a/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
@@ -19,7 +19,7 @@ Example device node:
 			#address-cells = <0x2>;
 			#size-cells = <0x1>;
 			compatible = "xlnx,zynqmp-dwc3";
-			clock-names = "bus_clk" "ref_clk";
+			clock-names = "bus_clk", "ref_clk";
 			clocks = <&clk125>, <&clk125>;
 			ranges;
 
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: dwc3-xilinx: Add missing comma in example
  2021-01-21 12:42 [PATCH] dt-bindings: dwc3-xilinx: Add missing comma in example Michal Simek
@ 2021-02-05 15:38 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-02-05 15:38 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-kernel, monstr, git, Greg Kroah-Hartman, devicetree,
	linux-arm-kernel, linux-usb

On Thu, Jan 21, 2021 at 01:42:49PM +0100, Michal Simek wrote:
> Trivial example fix.

I see this is already applied, but in the future please convert to 
schema rather than doing trivial fixes.

> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  Documentation/devicetree/bindings/usb/dwc3-xilinx.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt b/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
> index 4aae5b2cef56..a668f43bedf5 100644
> --- a/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
> +++ b/Documentation/devicetree/bindings/usb/dwc3-xilinx.txt
> @@ -19,7 +19,7 @@ Example device node:
>  			#address-cells = <0x2>;
>  			#size-cells = <0x1>;
>  			compatible = "xlnx,zynqmp-dwc3";
> -			clock-names = "bus_clk" "ref_clk";
> +			clock-names = "bus_clk", "ref_clk";
>  			clocks = <&clk125>, <&clk125>;
>  			ranges;
>  
> -- 
> 2.30.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-05 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 12:42 [PATCH] dt-bindings: dwc3-xilinx: Add missing comma in example Michal Simek
2021-02-05 15:38 ` Rob Herring

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).