Skip to content

Commit 6f399a1

Browse files
pritamsutargregkh
authored andcommitted
dt-bindings: usb: samsung,exynos-dwc3: add dt-schema ExynosAutov920
Add a dedicated compatible for USB controller found in this SoC Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Signed-off-by: Pritam Manohar Sutar <pritam.sutar@samsung.com> Link: https://lore.kernel.org/r/20250516071333.3223226-2-pritam.sutar@samsung.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f4ecdc3 commit 6f399a1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ properties:
2020
- samsung,exynos7-dwusb3
2121
- samsung,exynos7870-dwusb3
2222
- samsung,exynos850-dwusb3
23+
- samsung,exynosautov920-dwusb3
2324
- items:
2425
- const: samsung,exynos990-dwusb3
2526
- const: samsung,exynos850-dwusb3
@@ -179,6 +180,21 @@ allOf:
179180
required:
180181
- vdd10-supply
181182

183+
- if:
184+
properties:
185+
compatible:
186+
contains:
187+
const: samsung,exynosautov920-dwusb3
188+
then:
189+
properties:
190+
clocks:
191+
minItems: 2
192+
maxItems: 2
193+
clock-names:
194+
items:
195+
- const: ref
196+
- const: susp_clk
197+
182198
additionalProperties: false
183199

184200
examples:

0 commit comments

Comments
 (0)