Skip to content

Commit c47db13

Browse files
krzkrobherring
authored andcommitted
dt-bindings: clock: samsung: extend Exynos7 bindings with UFS
The UFS for Exynos7 SoC clock controller requires additional input clocks for the FSYS1 clock controller. Update the bindings to reflect this, at least in theory. In practice, these input clocks are ignored, so it is rather adjusting of bindings to existing DTS, without affecting any real users. I understand that is not how it should be done, though... Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Stephen Boyd <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5de80c3 commit c47db13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/clock/samsung,exynos7-clock.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,17 @@ allOf:
209209
then:
210210
properties:
211211
clocks:
212-
minItems: 4
213-
maxItems: 4
212+
minItems: 7
213+
maxItems: 7
214214
clock-names:
215215
items:
216216
- const: fin_pll
217217
- const: dout_aclk_fsys1_200
218218
- const: dout_sclk_mmc0
219219
- const: dout_sclk_mmc1
220+
- const: dout_sclk_ufsunipro20
221+
- const: dout_sclk_phy_fsys1
222+
- const: dout_sclk_phy_fsys1_26m
220223
required:
221224
- clock-names
222225
- clocks

0 commit comments

Comments
 (0)