Re: [Patch V2 02/18] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding

From: Rob Herring
Date: Wed Dec 18 2019 - 18:24:10 EST


On Wed, Dec 18, 2019 at 02:46:15PM +0530, Nagarjuna Kristam wrote:
> Add device-tree binding documentation for the XUSB device mode controller
> present on Tegra210 and Tegra186 SoC. This controller supports the USB 3.0
> specification.
>
> Signed-off-by: Nagarjuna Kristam <nkristam@xxxxxxxxxx>
> ---
> V2:
> - used enum instead of oneOf and const.
> - Moved reg, reg-names, clocks, clock-names to property section from allOf.
> - Limited allOf to min and max items based on soc.
> - Updated description for power-domains.
> - Added V1 reference
> ---
> V1
> - This document is yaml version of [1], with difference of usb-role-switch
> removal.
> [1] https://patchwork.kernel.org/patch/11156253/
> ---
> .../devicetree/bindings/usb/nvidia,tegra-xudc.yaml | 190 +++++++++++++++++++++
> 1 file changed, 190 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>