Re: [PATCH] dt-bindings: usb: snps,dwc3: Add missing 'dma-coherent' property

From: Rob Herring
Date: Tue May 31 2022 - 11:18:11 EST


On Wed, May 25, 2022 at 08:41:18PM -0500, Rob Herring wrote:
> The 'unevaluatedProperties' schema checks is not fully working and doesn't
> catch some cases where there's a $ref to another schema. A fix is pending,
> but results in new warnings in examples.
>
> Some DWC3 implementations such as Xilinx are hooked up coherently and need
> to set the 'dma-coherent' property.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 2 ++
> 1 file changed, 2 insertions(+)

Applied, thanks.