lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit f8162678 authored by Wayne Chang's avatar Wayne Chang Committed by Greg Kroah-Hartman

dt-bindings: usb: tegra-xudc: Add Tegra234 XUDC support

Extend the Tegra XUSB controller device (XUDC) tree binding with
Tegra234 support.
Signed-off-by: default avatarWayne Chang <waynec@nvidia.com>
Co-developed-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230119104208.28726-4-jonathanh@nvidia.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 173bee52
...@@ -22,6 +22,7 @@ properties: ...@@ -22,6 +22,7 @@ properties:
- nvidia,tegra210-xudc # For Tegra210 - nvidia,tegra210-xudc # For Tegra210
- nvidia,tegra186-xudc # For Tegra186 - nvidia,tegra186-xudc # For Tegra186
- nvidia,tegra194-xudc # For Tegra194 - nvidia,tegra194-xudc # For Tegra194
- nvidia,tegra234-xudc # For Tegra234
reg: reg:
minItems: 2 minItems: 2
...@@ -155,6 +156,7 @@ allOf: ...@@ -155,6 +156,7 @@ allOf:
enum: enum:
- nvidia,tegra186-xudc - nvidia,tegra186-xudc
- nvidia,tegra194-xudc - nvidia,tegra194-xudc
- nvidia,tegra234-xudc
then: then:
properties: properties:
reg: reg:
...@@ -172,6 +174,7 @@ allOf: ...@@ -172,6 +174,7 @@ allOf:
contains: contains:
enum: enum:
- nvidia,tegra194-xudc - nvidia,tegra194-xudc
- nvidia,tegra234-xudc
then: then:
required: required:
- dma-coherent - dma-coherent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment