Skip to content

Commit 1bbac8d

Browse files
krzkstorulf
authored andcommitted
dt-bindings: mmc: sdhci-msm: correct minimum number of clocks
In the TXT binding before conversion, the "xo" clock was listed as optional. Conversion kept it optional in "clock-names", but not in "clocks". This fixes dbts_check warnings like: qcom-sdx65-mtp.dtb: mmc@8804000: clocks: [[13, 59], [13, 58]] is too short Cc: <[email protected]> Fixes: a455377 ("dt-bindings: mmc: sdhci-msm: Convert bindings to yaml") Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 6465e26 commit 1bbac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/mmc/sdhci-msm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ properties:
6969
maxItems: 4
7070

7171
clocks:
72-
minItems: 3
72+
minItems: 2
7373
items:
7474
- description: Main peripheral bus clock, PCLK/HCLK - AHB Bus clock
7575
- description: SDC MMC clock, MCLK

0 commit comments

Comments
 (0)