Skip to content

Commit 0c2dfb3

Browse files
Sam Protsenkogregkh
authored andcommitted
dt-bindings: usb: samsung,exynos-dwc3: Add Exynos850 support
Exynos850 has dwc3 compatible USB controller, so it can reuse existing dwc3 glue layer. Document a new compatible for Exynos850 and its clocks. Signed-off-by: Sam Protsenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 592d7a4 commit 0c2dfb3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ properties:
1515
- samsung,exynos5250-dwusb3
1616
- samsung,exynos5433-dwusb3
1717
- samsung,exynos7-dwusb3
18+
- samsung,exynos850-dwusb3
1819

1920
'#address-cells':
2021
const: 1
@@ -101,6 +102,21 @@ allOf:
101102
- const: usbdrd30_susp_clk
102103
- const: usbdrd30_axius_clk
103104

105+
- if:
106+
properties:
107+
compatible:
108+
contains:
109+
const: samsung,exynos850-dwusb3
110+
then:
111+
properties:
112+
clocks:
113+
minItems: 2
114+
maxItems: 2
115+
clock-names:
116+
items:
117+
- const: bus_early
118+
- const: ref
119+
104120
additionalProperties: false
105121

106122
examples:

0 commit comments

Comments
 (0)