All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: usb: Add ranges and dma-coherent property
@ 2021-01-19  6:42 Aswath Govindraju
  2021-01-19 12:08 ` Aswath Govindraju
  0 siblings, 1 reply; 2+ messages in thread
From: Aswath Govindraju @ 2021-01-19  6:42 UTC (permalink / raw)
  Cc: Greg Kroah-Hartman, Rob Herring, linux-usb, devicetree,
	linux-kernel, Roger Quadros, Vignesh Raghavendra, Lokesh Vutla,
	Sekhar Nori, Kishon Vijay Abraham I, Aswath Govindraju

Add ranges and dma-coherent property in ti,j721e-usb dt-binding.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
index 4423f0a29f54..0c553e72d2ff 100644
--- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
@@ -38,6 +38,8 @@ properties:
       - const: ref
       - const: lpm
 
+  ranges: true
+
   ti,usb2-only:
     description:
       If present, it restricts the controller to USB2.0 mode of
@@ -63,6 +65,8 @@ properties:
   '#size-cells':
     const: 2
 
+  dma-coherent: true
+
 patternProperties:
   "^usb@":
     type: object
@@ -73,6 +77,7 @@ required:
   - power-domains
   - clocks
   - clock-names
+  - ranges
 
 additionalProperties: false
 
@@ -95,6 +100,7 @@ examples:
             assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */
             #address-cells = <2>;
             #size-cells = <2>;
+            ranges;
 
             usb@6000000 {
                   compatible = "cdns,usb3";
-- 
2.17.1


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

* Re: [PATCH] dt-bindings: usb: Add ranges and dma-coherent property
  2021-01-19  6:42 [PATCH] dt-bindings: usb: Add ranges and dma-coherent property Aswath Govindraju
@ 2021-01-19 12:08 ` Aswath Govindraju
  0 siblings, 0 replies; 2+ messages in thread
From: Aswath Govindraju @ 2021-01-19 12:08 UTC (permalink / raw)
  Cc: Greg Kroah-Hartman, Rob Herring, linux-usb, devicetree,
	linux-kernel, Roger Quadros, Vignesh Raghavendra, Lokesh Vutla,
	Sekhar Nori, Kishon Vijay Abraham I

On 19/01/21 12:12 pm, Aswath Govindraju wrote:
> Add ranges and dma-coherent property in ti,j721e-usb dt-binding.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---

I am very sorry this patch is a duplicate of the patch,
https://lore.kernel.org/patchwork/patch/1366215/

Kindly ignore.

Thanks,
Aswath

>  Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
> index 4423f0a29f54..0c553e72d2ff 100644
> --- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
> +++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
> @@ -38,6 +38,8 @@ properties:
>        - const: ref
>        - const: lpm
>  
> +  ranges: true
> +
>    ti,usb2-only:
>      description:
>        If present, it restricts the controller to USB2.0 mode of
> @@ -63,6 +65,8 @@ properties:
>    '#size-cells':
>      const: 2
>  
> +  dma-coherent: true
> +
>  patternProperties:
>    "^usb@":
>      type: object
> @@ -73,6 +77,7 @@ required:
>    - power-domains
>    - clocks
>    - clock-names
> +  - ranges
>  
>  additionalProperties: false
>  
> @@ -95,6 +100,7 @@ examples:
>              assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */
>              #address-cells = <2>;
>              #size-cells = <2>;
> +            ranges;
>  
>              usb@6000000 {
>                    compatible = "cdns,usb3";
> 


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

end of thread, other threads:[~2021-01-19 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  6:42 [PATCH] dt-bindings: usb: Add ranges and dma-coherent property Aswath Govindraju
2021-01-19 12:08 ` Aswath Govindraju

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.