We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592d7a4 commit 0c2dfb3Copy full SHA for 0c2dfb3
Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml
@@ -15,6 +15,7 @@ properties:
15
- samsung,exynos5250-dwusb3
16
- samsung,exynos5433-dwusb3
17
- samsung,exynos7-dwusb3
18
+ - samsung,exynos850-dwusb3
19
20
'#address-cells':
21
const: 1
@@ -101,6 +102,21 @@ allOf:
101
102
- const: usbdrd30_susp_clk
103
- const: usbdrd30_axius_clk
104
105
+ - if:
106
+ properties:
107
+ compatible:
108
+ contains:
109
+ const: samsung,exynos850-dwusb3
110
+ then:
111
112
+ clocks:
113
+ minItems: 2
114
+ maxItems: 2
115
+ clock-names:
116
+ items:
117
+ - const: bus_early
118
+ - const: ref
119
+
120
additionalProperties: false
121
122
examples:
0 commit comments