[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d5c8b823-9751-dffb-4bdf-e1d1029735e0@ti.com>
Date: Tue, 19 Jan 2021 17:38:21 +0530
From: Aswath Govindraju <a-govindraju@...com>
To: unlisted-recipients:; (no To-header on input)
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>, <linux-usb@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Roger Quadros <rogerq@...nel.org>,
Vignesh Raghavendra <vigneshr@...com>,
Lokesh Vutla <lokeshvutla@...com>,
Sekhar Nori <nsekhar@...com>,
Kishon Vijay Abraham I <kishon@...com>
Subject: Re: [PATCH] dt-bindings: usb: Add ranges and dma-coherent property
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@...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@...0000 {
> compatible = "cdns,usb3";
>
Powered by blists - more mailing lists