Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: tegra-xudc: Add dma-coherent for Tegra194

DMA operations for XUSB device controller are coherent for Tegra194 and
so update the device-tree binding to add this property.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230119104208.28726-2-jonathanh@nvidia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jon Hunter and committed by
Greg Kroah-Hartman
173bee52 ec13100f

+12
+12
Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
··· 112 112 hvdd-usb-supply: 113 113 description: USB controller power supply. Must supply 3.3 V. 114 114 115 + dma-coherent: true 116 + 115 117 required: 116 118 - compatible 117 119 - reg ··· 165 163 maxItems: 4 166 164 clock-names: 167 165 maxItems: 4 166 + 167 + - if: 168 + properties: 169 + compatible: 170 + contains: 171 + enum: 172 + - nvidia,tegra194-xudc 173 + then: 174 + required: 175 + - dma-coherent 168 176 169 177 additionalProperties: false 170 178